[epiphany] ephy-embed-prefs: reorder includes



commit 23b15c86cf72c352145033cbbca6110ea8d4d6b9
Author: Xan Lopez <xan igalia com>
Date:   Tue Dec 20 15:39:58 2011 +0100

    ephy-embed-prefs: reorder includes

 embed/ephy-embed-prefs.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index c1bbc23..7281e98 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -19,11 +19,8 @@
  */
 
 #include <config.h>
-
-#include <glib.h>
-#include <webkit/webkit.h>
-
 #include "ephy-embed-prefs.h"
+
 #include "ephy-embed-shell.h"
 #include "ephy-embed-utils.h"
 #include "ephy-file-helpers.h"
@@ -31,6 +28,9 @@
 #include "ephy-prefs.h"
 #include "ephy-settings.h"
 
+#include <glib.h>
+#include <webkit/webkit.h>
+
 typedef struct
 {
   char *schema;



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