diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-11 21:38:52 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-11 21:39:12 +0800 |
commit | a00032078c5a42860196f0e5bc66a8f17111f9df (patch) | |
tree | 1100f7f2c599682d0dfbc3395eed31dbccb66ce6 /src | |
parent | 633c48f84f3467538ad10c980fd5fecbdcf311fa (diff) | |
download | gsoc2013-epiphany-a00032078c5a42860196f0e5bc66a8f17111f9df.tar gsoc2013-epiphany-a00032078c5a42860196f0e5bc66a8f17111f9df.tar.gz gsoc2013-epiphany-a00032078c5a42860196f0e5bc66a8f17111f9df.tar.bz2 gsoc2013-epiphany-a00032078c5a42860196f0e5bc66a8f17111f9df.tar.lz gsoc2013-epiphany-a00032078c5a42860196f0e5bc66a8f17111f9df.tar.xz gsoc2013-epiphany-a00032078c5a42860196f0e5bc66a8f17111f9df.tar.zst gsoc2013-epiphany-a00032078c5a42860196f0e5bc66a8f17111f9df.zip |
ephy-main: sort includes (and remove duplicates!)
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 9d2152e1a..dfa682bd6 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -22,28 +22,23 @@ #include "config.h" +#include "eggsmclient.h" +#include "ephy-debug.h" +#include "ephy-file-helpers.h" +#include "ephy-session.h" #include "ephy-settings.h" #include "ephy-shell.h" -#include "ephy-file-helpers.h" #include "ephy-state.h" -#include "ephy-debug.h" #include "ephy-stock-icons.h" -#include "ephy-session.h" -#include "ephy-shell.h" -#include "ephy-web-app-utils.h" -#include "ephy-debug.h" #include "ephy-string.h" -#include "eggsmclient.h" - -#include <libxml/xmlversion.h> -#include <libnotify/notify.h> - -#include <glib/gi18n.h> +#include "ephy-web-app-utils.h" +#include <errno.h> #include <gdk/gdkx.h> +#include <glib/gi18n.h> #include <gtk/gtk.h> - -#include <errno.h> +#include <libnotify/notify.h> +#include <libxml/xmlversion.h> #include <string.h> #ifdef ENABLE_INTROSPECTION |