epiphany r8768 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8768 - trunk/src
- Date: Sat, 7 Feb 2009 23:43:24 +0000 (UTC)
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]