aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 03:18:31 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 03:18:31 +0800
commit282547494197ff2750eb98eb8c75f8f5ff7a196c (patch)
tree11bd33aa121a90f52ab1d293b7767f3d64898601 /lib
parente8cd46c348bce4fb638c3e37008882443cb29533 (diff)
downloadgsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar
gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.gz
gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.bz2
gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.lz
gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.xz
gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.zst
gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.zip
Do not do single includes in lib/egg/, bug #536090
svn path=/trunk/; revision=8271
Diffstat (limited to 'lib')
-rw-r--r--lib/egg/eel-app-launch-context.c5
-rw-r--r--lib/egg/eel-app-launch-context.h2
-rw-r--r--lib/egg/egg-editable-toolbar.c21
-rw-r--r--lib/egg/egg-editable-toolbar.h7
-rw-r--r--lib/egg/egg-toolbar-editor.c8
-rw-r--r--lib/egg/egg-toolbar-editor.h3
-rw-r--r--lib/egg/eggtreemultidnd.c5
-rw-r--r--lib/egg/eggtreemultidnd.h4
-rw-r--r--lib/ephy-gui.c1
9 files changed, 9 insertions, 47 deletions
diff --git a/lib/egg/eel-app-launch-context.c b/lib/egg/eel-app-launch-context.c
index 54f6a66a0..e4cac819a 100644
--- a/lib/egg/eel-app-launch-context.c
+++ b/lib/egg/eel-app-launch-context.c
@@ -26,15 +26,14 @@
#include "eel-app-launch-context.h"
#include <gio/gio.h>
-#include <glib/gurifuncs.h>
+#include <glib.h>
#include <string.h>
#ifdef HAVE_STARTUP_NOTIFICATION
#define SN_API_NOT_YET_FROZEN
#include <libsn/sn.h>
#include <gdk/gdk.h>
-#include <gdk/gdkx.h>
-#include <gtk/gtkmain.h>
+#include <gtk/gtk.h>
#endif
G_DEFINE_TYPE (EelAppLaunchContext, eel_app_launch_context, G_TYPE_APP_LAUNCH_CONTEXT);
diff --git a/lib/egg/eel-app-launch-context.h b/lib/egg/eel-app-launch-context.h
index ace6925d3..25db482e3 100644
--- a/lib/egg/eel-app-launch-context.h
+++ b/lib/egg/eel-app-launch-context.h
@@ -27,7 +27,7 @@
#include <glib.h>
#include <gio/gio.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c
index 2a6780f54..a1c903053 100644
--- a/lib/egg/egg-editable-toolbar.c
+++ b/lib/egg/egg-editable-toolbar.c
@@ -25,26 +25,7 @@
#include "egg-toolbars-model.h"
#include "egg-toolbar-editor.h"
-#include <gtk/gtkvseparator.h>
-#include <gtk/gtkiconfactory.h>
-#include <gtk/gtkwindow.h>
-#include <gtk/gtkmain.h>
-#include <gtk/gtkdnd.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkimage.h>
-#include <gtk/gtktoggleaction.h>
-#include <gtk/gtkcheckmenuitem.h>
-#include <gtk/gtkimagemenuitem.h>
-#include <gtk/gtkseparatormenuitem.h>
-#include <gtk/gtkmenu.h>
-#include <gtk/gtkstock.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtkbutton.h>
-#include <gtk/gtktoolbar.h>
-#include <gtk/gtktoolitem.h>
-#include <gtk/gtktoolbutton.h>
-#include <gtk/gtkseparatortoolitem.h>
-#include <gtk/gtkicontheme.h>
+#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <string.h>
diff --git a/lib/egg/egg-editable-toolbar.h b/lib/egg/egg-editable-toolbar.h
index 8a4e85e71..8537ba808 100644
--- a/lib/egg/egg-editable-toolbar.h
+++ b/lib/egg/egg-editable-toolbar.h
@@ -24,12 +24,7 @@
#include "egg-toolbars-model.h"
-#include <gtk/gtkuimanager.h>
-#include <gtk/gtkselection.h>
-#include <gtk/gtkvbox.h>
-#include <gtk/gtktoolitem.h>
-#include <gtk/gtktoolbar.h>
-#include <gtk/gtkmenu.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/lib/egg/egg-toolbar-editor.c b/lib/egg/egg-toolbar-editor.c
index a7d3f8882..39c007103 100644
--- a/lib/egg/egg-toolbar-editor.c
+++ b/lib/egg/egg-toolbar-editor.c
@@ -25,14 +25,6 @@
#include <string.h>
#include <libxml/tree.h>
-#include <gtk/gtkimage.h>
-#include <gtk/gtkeventbox.h>
-#include <gtk/gtkdnd.h>
-#include <gtk/gtkscrolledwindow.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtktable.h>
-#include <gtk/gtkstock.h>
-#include <gtk/gtkhbox.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
diff --git a/lib/egg/egg-toolbar-editor.h b/lib/egg/egg-toolbar-editor.h
index 46ce2b87a..ba6e1a999 100644
--- a/lib/egg/egg-toolbar-editor.h
+++ b/lib/egg/egg-toolbar-editor.h
@@ -19,8 +19,7 @@
#ifndef EGG_TOOLBAR_EDITOR_H
#define EGG_TOOLBAR_EDITOR_H
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkuimanager.h>
+#include <gtk/gtk.h>
#include "egg-toolbars-model.h"
diff --git a/lib/egg/eggtreemultidnd.c b/lib/egg/eggtreemultidnd.c
index 4850c6860..9f3977d69 100644
--- a/lib/egg/eggtreemultidnd.c
+++ b/lib/egg/eggtreemultidnd.c
@@ -18,10 +18,7 @@
*/
#include <string.h>
-#include <gtk/gtktreeselection.h>
-#include <gtk/gtksignal.h>
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkmain.h>
+#include <gtk/gtk.h>
#include "eggtreemultidnd.h"
#define EGG_TREE_MULTI_DND_STRING "EggTreeMultiDndString"
diff --git a/lib/egg/eggtreemultidnd.h b/lib/egg/eggtreemultidnd.h
index 810d48ea7..3df69fbad 100644
--- a/lib/egg/eggtreemultidnd.h
+++ b/lib/egg/eggtreemultidnd.h
@@ -20,9 +20,7 @@
#ifndef __EGG_TREE_MULTI_DND_H__
#define __EGG_TREE_MULTI_DND_H__
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreeview.h>
-#include <gtk/gtkdnd.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c
index 0e63c7d99..861d879fa 100644
--- a/lib/ephy-gui.c
+++ b/lib/ephy-gui.c
@@ -29,6 +29,7 @@
#include <string.h>
#include <glib/gi18n.h>
#include <gdk/gdk.h>
+#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <libgnome/gnome-help.h>