From 3d7af5c53c2fd38129534f285675eab11ff5ef4d Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 30 Mar 2012 21:23:07 +0200 Subject: ephy-encodings: reorder includes --- embed/ephy-encodings.c | 6 +++--- 1 file 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" -- cgit v1.2.3