--- GToolKit.m.orig Thu Feb 21 16:43:52 2002 +++ GToolKit.m Wed Dec 25 11:12:44 2002 @@ -2550,6 +2550,17 @@ #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include +#include +#include +#if defined (DEBUG) && defined (HAVE_OBJC_OBJC_API_H) +#include +#endif + @implementation GTKItemFactory + (GtkType) getType { @@ -2651,16 +2662,6 @@ { gtk_item_factory_set_translate_func(gtk, func , data , notify); } -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include -#include -#include -#if defined (DEBUG) && defined (HAVE_OBJC_OBJC_API_H) -#include -#endif static void item_forward_signal (gpointer data, guint action, GtkWidget *widget) @@ -6376,6 +6377,10 @@ #include #include +#include +#include +#include + @implementation GTKWindow + (GtkType) getType { @@ -6437,9 +6442,6 @@ { gtk_window_set_modal(gtk, modal); } -#include -#include -#include NSString *GTKWindowDidBecomeMainNotification = @"GTKWindowDidBecomeMain";