aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-navigation-action.c
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-07-21 19:13:24 +0800
committerXan Lopez <xan@gnome.org>2009-07-21 19:13:38 +0800
commit0afd94608d0e60c21d42637ea774829093ffdce8 (patch)
treea7125c07b5362d582b7ea1ad401994b788bfe8d2 /src/ephy-navigation-action.c
parent6055b75ef2ae0e895a33dc00814258abaff48943 (diff)
downloadgsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.tar
gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.tar.gz
gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.tar.bz2
gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.tar.lz
gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.tar.xz
gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.tar.zst
gsoc2013-epiphany-0afd94608d0e60c21d42637ea774829093ffdce8.zip
ephy-navigation-action.c: sort includes
Diffstat (limited to 'src/ephy-navigation-action.c')
-rw-r--r--src/ephy-navigation-action.c14
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>