From 306fb5a64f9b347fde9cf99ee7a594f04e9d7601 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 8 Feb 2012 13:52:18 +0100 Subject: ephy-completion-model: reorder includes --- src/ephy-completion-model.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ephy-completion-model.c') 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 - #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 static void ephy_completion_model_class_init (EphyCompletionModelClass *klass); static void ephy_completion_model_init (EphyCompletionModel *model); -- cgit v1.2.3