summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-10-25 13:05:53 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-10-25 13:05:53 +0200
commit4089ba3a58157cc2425a48a9cc3c46ece7a69670 (patch)
tree728a53d9e703d783cce9d20e87ce454284408add
parentc53fafb304af78c34baef856e056519933d32432 (diff)
downloadglibmm-4089ba3a58157cc2425a48a9cc3c46ece7a69670.tar.gz
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.
-rw-r--r--ChangeLog6
-rw-r--r--gio/giomm/wrap_init.h4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a88d2f7b..1a2e20c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-10-25 Murray Cumming <murrayc@murrayc.com>
+ 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.
+
+2011-10-25 Murray Cumming <murrayc@murrayc.com>
+
gmmproc: Include <glibmm.h> in .cc files for convenience.
* tools/m4/base.m4: Add an include <glibmm.h> line to the .cc files.
diff --git a/gio/giomm/wrap_init.h b/gio/giomm/wrap_init.h
index 5907c0a9..2c0ac019 100644
--- a/gio/giomm/wrap_init.h
+++ b/gio/giomm/wrap_init.h
@@ -2,8 +2,6 @@
#ifndef _GIOMM_WRAP_INIT_H
#define _GIOMM_WRAP_INIT_H
-#include <glibmm.h>
-
/* wrap_init.h
*
* Copyright (C) 2007 The gtkmm development team
@@ -25,7 +23,7 @@
namespace Gio
{
- void wrap_init () ;
+ void wrap_init() ;
}
#endif //_GIOMM_WRAP_INIT_H