diff options
Diffstat (limited to 'src/ephy-main.c')
-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 |