]> Pileus Git - ~andy/gtk/commitdiff
remove redundant include.
authorMichael Natterer <mitch@imendio.com>
Mon, 21 Jul 2008 12:23:22 +0000 (12:23 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 21 Jul 2008 12:23:22 +0000 (12:23 +0000)
2008-07-21  Michael Natterer  <mitch@imendio.com>

* gtk/gtkuimanager.c: remove redundant include.

svn path=/trunk/; revision=20878

ChangeLog
gtk/gtkuimanager.c

index 159256d31dbd0c9eee331e401bb79e52c5f6fe31..a6a50df136964842aaad8fab8b73888fbe0c4ea1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-21  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkuimanager.c: remove redundant include.
+
 2008-07-21  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkbindings.[ch]: remove _gtk_binding_signal_new().
index 33c71efbc6dff723daac11b301329bef78462a4b..2542115d6730bd5da73e3a401eea5e1eaef817a4 100644 (file)
@@ -25,7 +25,7 @@
  * Modified by the GTK+ Team and others 2003.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
  * files for a list of changes.  These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
 #include "config.h"
@@ -36,7 +36,6 @@
 #include "gtkmarshalers.h"
 #include "gtkmenu.h"
 #include "gtkmenubar.h"
-#include "gtkmenushell.h"
 #include "gtkmenutoolbutton.h"
 #include "gtkseparatormenuitem.h"
 #include "gtkseparatortoolitem.h"
@@ -49,7 +48,7 @@
 
 #undef DEBUG_UI_MANAGER
 
-typedef enum 
+typedef enum
 {
   NODE_TYPE_UNDECIDED,
   NODE_TYPE_ROOT,