[epiphany] ephy-encodings: reorder includes



commit 3d7af5c53c2fd38129534f285675eab11ff5ef4d
Author: Xan Lopez <xan igalia com>
Date:   Fri Mar 30 21:23:07 2012 +0200

    ephy-encodings: reorder includes

 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 597f531..42bb830 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"
 



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