remove redundant include.

2008-07-21  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkuimanager.c: remove redundant include.


svn path=/trunk/; revision=20878
This commit is contained in:
Michael Natterer
2008-07-21 12:23:22 +00:00
committed by Michael Natterer
parent 7d479da576
commit affea672d2
2 changed files with 6 additions and 3 deletions

View File

@@ -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().

View 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,