From 11cbcc66524a3a7a9a4d1b26ee0ad01054ebe0a6 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 3 Jun 2008 18:31:53 +0000 Subject: Do not do single includes in embed/, bug #536090 svn path=/trunk/; revision=8266 --- embed/downloader-view.c | 17 +---------------- embed/ephy-embed-dialog.h | 2 +- embed/ephy-embed-event.c | 4 ++-- embed/ephy-embed-persist.c | 2 +- embed/ephy-embed-persist.h | 2 +- embed/ephy-embed-shell.c | 3 +-- embed/ephy-embed-shell.h | 3 +-- embed/ephy-embed.h | 2 +- embed/ephy-favicon-cache.c | 2 +- 9 files changed, 10 insertions(+), 27 deletions(-) diff --git a/embed/downloader-view.c b/embed/downloader-view.c index 656a81203..a5e59eed9 100644 --- a/embed/downloader-view.c +++ b/embed/downloader-view.c @@ -32,22 +32,7 @@ #include "eel-gconf-extensions.h" #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include #include diff --git a/embed/ephy-embed-dialog.h b/embed/ephy-embed-dialog.h index 2efb2be15..8624c2357 100644 --- a/embed/ephy-embed-dialog.h +++ b/embed/ephy-embed-dialog.h @@ -30,7 +30,7 @@ #include #include -#include +#include G_BEGIN_DECLS diff --git a/embed/ephy-embed-event.c b/embed/ephy-embed-event.c index f7a0543fa..59aa1f62e 100644 --- a/embed/ephy-embed-event.c +++ b/embed/ephy-embed-event.c @@ -23,8 +23,8 @@ #include "ephy-embed-event.h" #include "ephy-embed-type-builtins.h" -#include -#include +#include +#include static void ephy_embed_event_base_init (gpointer g_class); diff --git a/embed/ephy-embed-persist.c b/embed/ephy-embed-persist.c index 950ad7abb..2f694240f 100644 --- a/embed/ephy-embed-persist.c +++ b/embed/ephy-embed-persist.c @@ -25,7 +25,7 @@ #include "ephy-embed-type-builtins.h" #include "ephy-debug.h" -#include +#include enum { diff --git a/embed/ephy-embed-persist.h b/embed/ephy-embed-persist.h index a5f7a82f3..b06b04618 100644 --- a/embed/ephy-embed-persist.h +++ b/embed/ephy-embed-persist.h @@ -31,7 +31,7 @@ #include #include -#include +#include G_BEGIN_DECLS diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 067f7ae1b..d13ad9886 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -21,10 +21,9 @@ #include #include -#include #include -#include +#include #include "downloader-view.h" #include "ephy-adblock-manager.h" diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index 116116e4c..17df203b9 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -27,8 +27,7 @@ #include #include -#include -#include +#include G_BEGIN_DECLS diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 55bf0821f..b6adab1ed 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -30,7 +30,7 @@ #include #include -#include +#include G_BEGIN_DECLS diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index 708423652..3087aef4d 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -38,7 +38,7 @@ #include "ephy-debug.h" #include "ephy-glib-compat.h" -#include +#include #include #define EPHY_FAVICON_CACHE_XML_ROOT (const xmlChar *)"ephy_favicons_cache" -- cgit