From 0afd94608d0e60c21d42637ea774829093ffdce8 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 21 Jul 2009 14:13:24 +0300 Subject: ephy-navigation-action.c: sort includes --- src/ephy-navigation-action.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/ephy-navigation-action.c') diff --git a/src/ephy-navigation-action.c b/src/ephy-navigation-action.c index 23d58ec15..55b93962e 100644 --- a/src/ephy-navigation-action.c +++ b/src/ephy-navigation-action.c @@ -21,19 +21,19 @@ */ #include "config.h" - #include "ephy-navigation-action.h" -#include "ephy-type-builtins.h" -#include "ephy-window.h" -#include "ephy-favicon-cache.h" -#include "ephy-history.h" + +#include "ephy-debug.h" #include "ephy-embed-container.h" #include "ephy-embed-shell.h" #include "ephy-embed-utils.h" -#include "ephy-link.h" +#include "ephy-favicon-cache.h" #include "ephy-gui.h" -#include "ephy-debug.h" +#include "ephy-history.h" +#include "ephy-link.h" #include "ephy-shell.h" +#include "ephy-type-builtins.h" +#include "ephy-window.h" #include #include -- cgit v1.2.3