aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-list.h')
-rw-r--r--e-util/e-list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-list.h b/e-util/e-list.h
index 017f48d813..75a701dcf5 100644
--- a/e-util/e-list.h
+++ b/e-util/e-list.h
@@ -13,9 +13,9 @@
typedef struct _EList EList;
typedef struct _EListClass EListClass;
-#include <time.h>
-#include <gtk/gtk.h>
#include <stdio.h>
+#include <time.h>
+#include <gtk/gtkobject.h>
#include <e-util/e-list-iterator.h>
#define E_TYPE_LIST (e_list_get_type ())