[glibmm] giomm/wrap_init.h: Remove the glibmm.h include from here too.



commit 4089ba3a58157cc2425a48a9cc3c46ece7a69670
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 25 13:05:53 2011 +0200

    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.

 ChangeLog             |    6 ++++++
 gio/giomm/wrap_init.h |    4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a88d2f7..1a2e20c 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 5907c0a..2c0ac01 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



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