[epiphany] ephy-completion-model: reorder includes



commit 306fb5a64f9b347fde9cf99ee7a594f04e9d7601
Author: Xan Lopez <xan igalia com>
Date:   Wed Feb 8 13:52:18 2012 +0100

    ephy-completion-model: reorder includes

 src/ephy-completion-model.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c
index 921fa37..ef67185 100644
--- a/src/ephy-completion-model.c
+++ b/src/ephy-completion-model.c
@@ -19,14 +19,14 @@
  */
 
 #include "config.h"
-
-#include <string.h>
-
 #include "ephy-completion-model.h"
+
 #include "ephy-favicon-cache.h"
+#include "ephy-history.h"
 #include "ephy-node.h"
 #include "ephy-shell.h"
-#include "ephy-history.h"
+
+#include <string.h>
 
 static void ephy_completion_model_class_init (EphyCompletionModelClass *klass);
 static void ephy_completion_model_init (EphyCompletionModel *model);



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