aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-prefs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index c1bbc23d4..7281e982f 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;