diff options
author | Xan Lopez <xan@gnome.org> | 2009-07-21 19:13:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-07-21 19:13:38 +0800 |
commit | 0afd94608d0e60c21d42637ea774829093ffdce8 (patch) | |
tree | a7125c07b5362d582b7ea1ad401994b788bfe8d2 /src | |
parent | 6055b75ef2ae0e895a33dc00814258abaff48943 (diff) | |
download | gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.tar.gz gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.tar.zst gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.zip |
ephy-navigation-action.c: sort includes
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-navigation-action.c | 14 |
1 files changed, 7 insertions, 7 deletions
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 <gtk/gtk.h> #include <webkit/webkit.h> |