diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-21 21:29:33 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-23 15:20:56 +0800 |
commit | 009f8e62aef91f42197a0bfdb7d53f19c2b5a175 (patch) | |
tree | 2c42ea1291982d9f23ecc34fc4ea3225bda1c696 /src | |
parent | a43452496ea227048c24a822d42b879b452d6d8e (diff) | |
download | gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.tar.gz gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.tar.zst gsoc2013-epiphany-009f8e62aef91f42197a0bfdb7d53f19c2b5a175.zip |
ephy-location-action: reorder includes
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-location-action.c | 9 |
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> /** |