eel r2203 - in trunk: . test



Author: cosimoc
Date: Wed Dec 10 08:54:08 2008
New Revision: 2203
URL: http://svn.gnome.org/viewvc/eel?rev=2203&view=rev

Log:
2008-12-08  Cosimo Cecchi  <cosimoc gnome org>

	* test/test.h:
	Flip include orders to fix the build (#563731).

Modified:
   trunk/ChangeLog
   trunk/test/test.h

Modified: trunk/test/test.h
==============================================================================
--- trunk/test/test.h	(original)
+++ trunk/test/test.h	Wed Dec 10 08:54:08 2008
@@ -1,6 +1,10 @@
 #ifndef TEST_H
 #define TEST_H
 
+#include <eel/eel-debug.h>
+#include <eel/eel.h>
+#include <gtk/gtk.h>
+
 void       test_init                            (int                    *argc,
 						 char                 ***argv);
 int        test_quit                            (int                     exit_code);
@@ -32,8 +36,4 @@
 						 const char             *title);
 char *     eel_pixmap_file                      (const char             *partial_path);
 
-#include <eel/eel-debug.h>
-#include <eel/eel.h>
-#include <gtk/gtk.h>
-
 #endif /* TEST_H */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]