summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--gio/giomm.h2
-rw-r--r--gio/giomm/init.cc1
3 files changed, 6 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.
diff --git a/gio/giomm.h b/gio/giomm.h
index 8a6fb4a1..207d43f1 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -20,6 +20,8 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <glibmm.h>
+
#include <giomm/action.h>
#include <giomm/actiongroup.h>
#include <giomm/appinfo.h>
diff --git a/gio/giomm/init.cc b/gio/giomm/init.cc
index 4042ff81..c3e7e122 100644
--- a/gio/giomm/init.cc
+++ b/gio/giomm/init.cc
@@ -18,6 +18,7 @@
*/
#include "init.h"
+#include <glibmm/init.h>
namespace Gio
{