summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-10-25 13:09:51 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-10-25 13:09:51 +0200
commit8e8f46506a11d6fed6e3c42a69277d4b24ac8f40 (patch)
tree19936f331997c323ea6d1c831de4ae38351e8361 /ChangeLog
parent4089ba3a58157cc2425a48a9cc3c46ece7a69670 (diff)
downloadglibmm-8e8f46506a11d6fed6e3c42a69277d4b24ac8f40.tar.gz
giomm/wrap_init.h: Remove the glibmm.h include from here too.
* gio/giomm/wrap_init.[h|cc]: Move the #include into the .cc file. * gio/giomm.h: Add an #include glibmm.h here instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a2e20c0..e345bfe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,9 @@
giomm/wrap_init.h: Remove the glibmm.h include from here too.
- * gio/giomm/wrap_init.h: The #include does not seem necessary at all.
-
+ * gio/giomm/wrap_init.[h|cc]: Move the #include into the .cc file.
+ * gio/giomm.h: Add an #include glibmm.h here instead.
+
2011-10-25 Murray Cumming <murrayc@murrayc.com>
gmmproc: Include <glibmm.h> in .cc files for convenience.