diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-31 03:23:07 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-31 03:23:07 +0800 |
commit | 3d7af5c53c2fd38129534f285675eab11ff5ef4d (patch) | |
tree | 797f985720eee26389bf63756f3a9731850c2dc8 /embed/ephy-encodings.c | |
parent | 9f55f021881a43e2e99b3e84970ec71c87d14c97 (diff) | |
download | gsoc2013-epiphany-3d7af5c53c2fd38129534f285675eab11ff5ef4d.tar.gz 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.c | 6 |
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" |