epiphany r8768 - trunk/src



Author: chpe
Date: Sat Feb  7 23:43:24 2009
New Revision: 8768
URL: http://svn.gnome.org/viewvc/epiphany?rev=8768&view=rev

Log:
config.h must be the first include

Modified:
   trunk/src/ephy-seed-extension.c

Modified: trunk/src/ephy-seed-extension.c
==============================================================================
--- trunk/src/ephy-seed-extension.c	(original)
+++ trunk/src/ephy-seed-extension.c	Sat Feb  7 23:43:24 2009
@@ -17,9 +17,9 @@
  *
  */
 
-#include <seed.h>
+#include <config.h>
 
-#include "config.h"
+#include <seed.h>
 
 #include "ephy-seed-extension.h"
 



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