diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-12 13:03:13 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-12 13:08:44 +0800 |
commit | 409e5e56f91eec5c4dcae54031b5775938570ef1 (patch) | |
tree | 7c25c1785f17659bd59342411c69d6ea3eb9fe5a | |
parent | 72eaee90d3827787fe7b0e92f0c3a11ee923d373 (diff) | |
download | gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.tar.gz gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.tar.zst gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.zip |
ephy-session.c: sort headers
-rw-r--r-- | src/ephy-session.c | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c index df7aaf9af..1a71e61b8 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -23,27 +23,26 @@ #include "ephy-session.h" +#include "eggdesktopfile.h" +#include "eggsmclient.h" +#include "ephy-bookmarks-editor.h" +#include "ephy-debug.h" #include "ephy-embed.h" #include "ephy-embed-utils.h" #include "ephy-embed-container.h" #include "ephy-extension.h" -#include "ephy-window.h" -#include "ephy-shell.h" -#include "ephy-history-window.h" -#include "ephy-bookmarks-editor.h" #include "ephy-file-helpers.h" #include "eel-gconf-extensions.h" -#include "ephy-prefs.h" -#include "ephy-gui.h" -#include "ephy-debug.h" -#include "ephy-stock-icons.h" #include "ephy-glib-compat.h" +#include "ephy-gui.h" +#include "ephy-history-window.h" #include "ephy-notebook.h" -#include "eggdesktopfile.h" -#include "eggsmclient.h" +#include "ephy-prefs.h" +#include "ephy-shell.h" +#include "ephy-stock-icons.h" +#include "ephy-window.h" #include <glib/gi18n.h> -#include <gio/gio.h> #include <gtk/gtk.h> #include <libxml/tree.h> |