summaryrefslogtreecommitdiff
path: root/gio
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 /gio
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.
Diffstat (limited to 'gio')
-rw-r--r--gio/giomm/wrap_init.h4
1 files changed, 1 insertions, 3 deletions
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