aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-encodings.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-31 03:23:07 +0800
committerXan Lopez <xan@igalia.com>2012-03-31 03:23:07 +0800
commit3d7af5c53c2fd38129534f285675eab11ff5ef4d (patch)
tree797f985720eee26389bf63756f3a9731850c2dc8 /embed/ephy-encodings.c
parent9f55f021881a43e2e99b3e84970ec71c87d14c97 (diff)
downloadgsoc2013-epiphany-3d7af5c53c2fd38129534f285675eab11ff5ef4d.tar
gsoc2013-epiphany-3d7af5c53c2fd38129534f285675eab11ff5ef4d.tar.gz
gsoc2013-epiphany-3d7af5c53c2fd38129534f285675eab11ff5ef4d.tar.bz2
gsoc2013-epiphany-3d7af5c53c2fd38129534f285675eab11ff5ef4d.tar.lz
gsoc2013-epiphany-3d7af5c53c2fd38129534f285675eab11ff5ef4d.tar.xz
gsoc2013-epiphany-3d7af5c53c2fd38129534f285675eab11ff5ef4d.tar.zst
gsoc2013-epiphany-3d7af5c53c2fd38129534f285675eab11ff5ef4d.zip
ephy-encodings: reorder includes
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r--embed/ephy-encodings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c
index 597f53132..42bb830e7 100644
--- a/embed/ephy-encodings.c
+++ b/embed/ephy-encodings.c
@@ -20,11 +20,11 @@
*/
#include "config.h"
-
#include "ephy-encodings.h"
-#include "ephy-node-db.h"
-#include "ephy-file-helpers.h"
+
#include "ephy-debug.h"
+#include "ephy-file-helpers.h"
+#include "ephy-node-db.h"
#include "ephy-prefs.h"
#include "ephy-settings.h"