From ff525b9f0d82cda962ded2d77e1f6d9ba9fca2c3 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 31 Jul 2012 15:03:45 +0200 Subject: ephy-embed-shell: add missing header Dropping useless headers elsewhere uncovered a missing header (stdlib.h) here. Also sort headers while at it. --- embed/ephy-embed-shell.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'embed') diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index c359afac6..d494da3c1 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -20,23 +20,23 @@ */ #include - -#include - -#include -#include -#include +#include "ephy-embed-shell.h" #include "ephy-adblock-manager.h" #include "ephy-debug.h" #include "ephy-download.h" -#include "ephy-embed-shell.h" #include "ephy-embed-single.h" #include "ephy-embed-type-builtins.h" #include "ephy-encodings.h" #include "ephy-file-helpers.h" #include "ephy-history-service.h" #include "ephy-print-utils.h" +#include + +#include +#include +#include +#include #define PAGE_SETUP_FILENAME "page-setup-gtk.ini" #define PRINT_SETTINGS_FILENAME "print-settings.ini" -- cgit