[libgdamm] init.h: Move the glibmm.h include to the .cc file.



commit 6f66d711cdcc962c2524ac3ca90c7f390d47c4bf
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 25 14:37:09 2011 +0200

    init.h: Move the glibmm.h include to the .cc file.
    
    * libgda/libgdamm/init.[h|cc]: The glibmm.h include does not need to be in
    the header.

 ChangeLog               |    7 +++++++
 libgda/libgdamm/init.cc |    2 +-
 libgda/libgdamm/init.h  |    2 --
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7c12232..ab9538b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-10-25  Murray Cumming  <murrayc murrayc com>
 
+	init.h: Move the glibmm.h include to the .cc file.
+
+	* libgda/libgdamm/init.[h|cc]: The glibmm.h include does not need to be in 
+	the header.
+
+2011-10-25  Murray Cumming  <murrayc murrayc com>
+
 	Add #includes needed with the latest glibmm.
 
 	* libgda/libgdamm/value.cc:
diff --git a/libgda/libgdamm/init.cc b/libgda/libgdamm/init.cc
index 15c0110..678d3f0 100644
--- a/libgda/libgdamm/init.cc
+++ b/libgda/libgdamm/init.cc
@@ -25,7 +25,7 @@
 #include <libgdammconfig.h> //For LIBGDAMM_VERSION
 #include <libgdamm/wrap_init.h>
 #include <libgda/libgda.h>
-
+#include <glibmm.h>
 
 namespace Gnome
 {
diff --git a/libgda/libgdamm/init.h b/libgda/libgdamm/init.h
index e2b9439..e0f9697 100644
--- a/libgda/libgdamm/init.h
+++ b/libgda/libgdamm/init.h
@@ -22,8 +22,6 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <glibmm.h>
-
 
 namespace Gnome
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]