diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-03-30 05:05:38 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-30 05:05:38 +0800 |
commit | e6ada76f2b2e7685a71f2be65b4a00ec59e96459 (patch) | |
tree | 9fbb65495cfba3945687b9ce14319313bd1357e7 /executive-summary/evolution-services | |
parent | cf658dcba6ea5c52a8b2e7bb1b39cae37aaa3ca4 (diff) | |
download | gsoc2013-evolution-e6ada76f2b2e7685a71f2be65b4a00ec59e96459.tar gsoc2013-evolution-e6ada76f2b2e7685a71f2be65b4a00ec59e96459.tar.gz gsoc2013-evolution-e6ada76f2b2e7685a71f2be65b4a00ec59e96459.tar.bz2 gsoc2013-evolution-e6ada76f2b2e7685a71f2be65b4a00ec59e96459.tar.lz gsoc2013-evolution-e6ada76f2b2e7685a71f2be65b4a00ec59e96459.tar.xz gsoc2013-evolution-e6ada76f2b2e7685a71f2be65b4a00ec59e96459.tar.zst gsoc2013-evolution-e6ada76f2b2e7685a71f2be65b4a00ec59e96459.zip |
Clean up includes. Remove/replace <gnome.h>, <bonobo.h> and <gtk/gtk.h>.
2001-03-29 Kjartan Maraas <kmaraas@gnome.org>
* *.*: Clean up includes. Remove/replace <gnome.h>, <bonobo.h>
and <gtk/gtk.h>.
svn path=/trunk/; revision=9027
Diffstat (limited to 'executive-summary/evolution-services')
11 files changed, 5 insertions, 18 deletions
diff --git a/executive-summary/evolution-services/executive-summary-client.c b/executive-summary/evolution-services/executive-summary-client.c index 145e385c1a..b28fbc38ad 100644 --- a/executive-summary/evolution-services/executive-summary-client.c +++ b/executive-summary/evolution-services/executive-summary-client.c @@ -25,8 +25,6 @@ #include <config.h> #endif -#include <bonobo.h> -#include <gnome.h> #include <gal/util/e-util.h> #include "Executive-Summary.h" diff --git a/executive-summary/evolution-services/executive-summary-client.h b/executive-summary/evolution-services/executive-summary-client.h index c6c138dd69..da43a560bf 100644 --- a/executive-summary/evolution-services/executive-summary-client.h +++ b/executive-summary/evolution-services/executive-summary-client.h @@ -24,7 +24,7 @@ #ifndef _EXECUTIVE_SUMMARY_CLIENT_H__ #define _EXECUTIVE_SUMMARY_CLIENT_H__ -#include <bonobo.h> +#include <bonobo/bonobo-object.h> #include <evolution-services/executive-summary-component.h> #define EXECUTIVE_SUMMARY_CLIENT_TYPE (executive_summary_client_get_type ()) diff --git a/executive-summary/evolution-services/executive-summary-component-client.c b/executive-summary/evolution-services/executive-summary-component-client.c index 33225e7d98..ecd4c0d1e9 100644 --- a/executive-summary/evolution-services/executive-summary-component-client.c +++ b/executive-summary/evolution-services/executive-summary-component-client.c @@ -25,8 +25,6 @@ #include <config.h> #endif -#include <bonobo.h> -#include <gnome.h> #include <gal/util/e-util.h> #include <liboaf/liboaf.h> diff --git a/executive-summary/evolution-services/executive-summary-component-client.h b/executive-summary/evolution-services/executive-summary-component-client.h index b98aa9e7e5..5f1f702550 100644 --- a/executive-summary/evolution-services/executive-summary-component-client.h +++ b/executive-summary/evolution-services/executive-summary-component-client.h @@ -24,7 +24,7 @@ #ifndef _EXECUTIVE_SUMMARY_COMPONENT_CLIENT_H__ #define _EXECUTIVE_SUMMARY_COMPONENT_CLIENT_H__ -#include <bonobo.h> +#include <bonobo/bonobo-object.h> #include <evolution-services/executive-summary.h> #include <evolution-services/executive-summary-component-view.h> diff --git a/executive-summary/evolution-services/executive-summary-component-factory-client.c b/executive-summary/evolution-services/executive-summary-component-factory-client.c index 19114bfa6f..5b10f9ed1a 100644 --- a/executive-summary/evolution-services/executive-summary-component-factory-client.c +++ b/executive-summary/evolution-services/executive-summary-component-factory-client.c @@ -25,8 +25,6 @@ #include <config.h> #endif -#include <bonobo.h> -#include <gnome.h> #include <gal/util/e-util.h> #include <liboaf/liboaf.h> diff --git a/executive-summary/evolution-services/executive-summary-component-factory-client.h b/executive-summary/evolution-services/executive-summary-component-factory-client.h index 8ab4a05672..80b4400c82 100644 --- a/executive-summary/evolution-services/executive-summary-component-factory-client.h +++ b/executive-summary/evolution-services/executive-summary-component-factory-client.h @@ -24,7 +24,7 @@ #ifndef _EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_H__ #define _EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_H__ -#include <bonobo.h> +#include <bonobo/bonobo-object-client.h> #define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE (executive_summary_component_factory_client_get_type ()) #define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE, ExecutiveSummaryComponentFactoryClient)) diff --git a/executive-summary/evolution-services/executive-summary-component-view.c b/executive-summary/evolution-services/executive-summary-component-view.c index 6ba24e143c..a5600caf6d 100644 --- a/executive-summary/evolution-services/executive-summary-component-view.c +++ b/executive-summary/evolution-services/executive-summary-component-view.c @@ -26,8 +26,6 @@ #include <config.h> #endif -#include <bonobo.h> -#include <gnome.h> #include <gal/util/e-util.h> #include <evolution-services/executive-summary-component.h> diff --git a/executive-summary/evolution-services/executive-summary-component.c b/executive-summary/evolution-services/executive-summary-component.c index b3b1e63215..c1fbf4f02b 100644 --- a/executive-summary/evolution-services/executive-summary-component.c +++ b/executive-summary/evolution-services/executive-summary-component.c @@ -26,8 +26,6 @@ #include <config.h> #endif -#include <bonobo.h> -#include <gnome.h> #include <gal/util/e-util.h> #include "Executive-Summary.h" diff --git a/executive-summary/evolution-services/executive-summary-component.h b/executive-summary/evolution-services/executive-summary-component.h index 9e09fea4a4..8db4c1d9b8 100644 --- a/executive-summary/evolution-services/executive-summary-component.h +++ b/executive-summary/evolution-services/executive-summary-component.h @@ -25,7 +25,7 @@ #define _EXECUTIVE_SUMMARY_COMPONENT_H__ #include <gtk/gtksignal.h> -#include <bonobo.h> +#include <bonobo/bonobo-object.h> #define EXECUTIVE_SUMMARY_COMPONENT_TYPE (executive_summary_component_get_type ()) #define EXECUTIVE_SUMMARY_COMPONENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_TYPE, ExecutiveSummaryComponent)) diff --git a/executive-summary/evolution-services/executive-summary-html-view.c b/executive-summary/evolution-services/executive-summary-html-view.c index 45f2e86c16..d5ddb54244 100644 --- a/executive-summary/evolution-services/executive-summary-html-view.c +++ b/executive-summary/evolution-services/executive-summary-html-view.c @@ -26,9 +26,8 @@ #include <config.h> #endif -#include <bonobo.h> +#include <gtk/gtksignal.h> #include <bonobo/bonobo-event-source.h> -#include <gnome.h> #include <gal/util/e-util.h> #include "Executive-Summary.h" diff --git a/executive-summary/evolution-services/executive-summary.c b/executive-summary/evolution-services/executive-summary.c index 868584ad52..89731ea69e 100644 --- a/executive-summary/evolution-services/executive-summary.c +++ b/executive-summary/evolution-services/executive-summary.c @@ -25,8 +25,6 @@ #include <config.h> #endif -#include <bonobo.h> -#include <gnome.h> #include <gal/util/e-util.h> #include "Executive-Summary.h" |