diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-13 16:53:02 +0200 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2009-08-13 11:09:31 -0500 |
commit | b6551397eadf8983174d51180ec1b8263848a792 (patch) | |
tree | 72dc56b302ca5026ddade2b65de9ad41436d2db4 /ChangeLog | |
parent | cbed810a9b06b1ea4a89df4ec448e39ab7280682 (diff) |
Fix left-over cairomm/cairommconfig.h includes
* cairomm/cairomm.h: Remove directory prefix from cairommconfig.h
include statement.
* cairomm/context.cc: Include <cmath> unconditionally instead of
conditionally including <math.h>.
* examples/surfaces/*.cc: ditto,
* examples/text/text-rotate.cc: ditto.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2009-08-13 Daniel Elstner <danielk@openismus.com> + Fix left-over cairomm/cairommconfig.h includes + + * cairomm/cairomm.h: Remove directory prefix from cairommconfig.h + include statement. + * cairomm/context.cc: Include <cmath> unconditionally instead of + conditionally including <math.h>. + * examples/surfaces/*.cc: ditto, + * examples/text/text-rotate.cc: ditto. + +2009-08-13 Daniel Elstner <danielk@openismus.com> + Review and clean up after build overhaul * autogen.sh: Pass --enable-maintainer-mode to ./configure since the |