[epiphany] ephy-embed-shell: add missing header
- From: Xan Lopez <xan src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [epiphany] ephy-embed-shell: add missing header
 
- Date: Tue, 31 Jul 2012 13:04:51 +0000 (UTC)
 
commit ff525b9f0d82cda962ded2d77e1f6d9ba9fca2c3
Author: Xan Lopez <xan igalia com>
Date:   Tue Jul 31 15:03:45 2012 +0200
    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 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index c359afa..d494da3 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -20,23 +20,23 @@
  */
 
 #include <config.h>
-
-#include <glib.h>
-
-#include <glib/gi18n.h>
-#include <glib/gstdio.h>
-#include <gtk/gtk.h>
+#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 <glib.h>
+
+#include <glib/gi18n.h>
+#include <glib/gstdio.h>
+#include <gtk/gtk.h>
+#include <stdlib.h>
 
 #define PAGE_SETUP_FILENAME	"page-setup-gtk.ini"
 #define PRINT_SETTINGS_FILENAME	"print-settings.ini"
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]