aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-completion-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-completion-model.c')
-rw-r--r--src/ephy-completion-model.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c
index 921fa3757..ef671850f 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);