aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2011-12-21 21:29:33 +0800
committerXan Lopez <xan@igalia.com>2011-12-23 15:20:56 +0800
commit009f8e62aef91f42197a0bfdb7d53f19c2b5a175 (patch)
tree2c42ea1291982d9f23ecc34fc4ea3225bda1c696 /src/ephy-location-action.c
parenta43452496ea227048c24a822d42b879b452d6d8e (diff)
downloadgsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.tar
gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.tar.gz
gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.tar.bz2
gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.tar.lz
gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.tar.xz
gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.tar.zst
gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.zip
ephy-location-action: reorder includes
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r--src/ephy-location-action.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c
index 283d23288..0a867a4eb 100644
--- a/src/ephy-location-action.c
+++ b/src/ephy-location-action.c
@@ -20,19 +20,18 @@
*/
#include "config.h"
+#include "ephy-location-action.h"
+#include "ephy-completion-model.h"
+#include "ephy-debug.h"
#include "ephy-embed-container.h"
#include "ephy-embed-utils.h"
-#include "ephy-location-action.h"
+#include "ephy-link.h"
#include "ephy-location-entry.h"
#include "ephy-shell.h"
-#include "ephy-completion-model.h"
-#include "ephy-link.h"
-#include "ephy-debug.h"
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-
#include <string.h>
/**