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/test-service | |
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/test-service')
-rw-r--r-- | executive-summary/test-service/main.c | 6 | ||||
-rw-r--r-- | executive-summary/test-service/rdf-summary.c | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/executive-summary/test-service/main.c b/executive-summary/test-service/main.c index 3134990810..e0ea671ce8 100644 --- a/executive-summary/test-service/main.c +++ b/executive-summary/test-service/main.c @@ -26,9 +26,9 @@ #include <config.h> #endif -#include <gnome.h> -#include <bonobo.h> - +#include <bonobo/bonobo-generic-factory.h> +#include <bonobo/bonobo-persist-stream.h> +#include <bonobo/bonobo-property-bag.h> #include <evolution-services/executive-summary-component.h> #include <evolution-services/executive-summary-html-view.h> diff --git a/executive-summary/test-service/rdf-summary.c b/executive-summary/test-service/rdf-summary.c index b99d939c11..876dae97a4 100644 --- a/executive-summary/test-service/rdf-summary.c +++ b/executive-summary/test-service/rdf-summary.c @@ -15,11 +15,14 @@ #endif #include <glib.h> -#include <gnome.h> -#include <bonobo.h> #include <gnome-xml/parser.h> #include <gnome-xml/xmlmemory.h> +#include <bonobo/bonobo-generic-factory.h> +#include <bonobo/bonobo-persist-stream.h> +#include <bonobo/bonobo-property.h> +#include <bonobo/bonobo-property-bag.h> +#include <bonobo/bonobo-property-control.h> #include <evolution-services/executive-summary-component.h> #include <evolution-services/executive-summary-html-view.h> #include <liboaf/liboaf.h> |