aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/evolution-services
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/evolution-services')
-rw-r--r--executive-summary/evolution-services/executive-summary-client.c2
-rw-r--r--executive-summary/evolution-services/executive-summary-client.h2
-rw-r--r--executive-summary/evolution-services/executive-summary-component-client.c2
-rw-r--r--executive-summary/evolution-services/executive-summary-component-client.h2
-rw-r--r--executive-summary/evolution-services/executive-summary-component-factory-client.c2
-rw-r--r--executive-summary/evolution-services/executive-summary-component-factory-client.h2
-rw-r--r--executive-summary/evolution-services/executive-summary-component-view.c2
-rw-r--r--executive-summary/evolution-services/executive-summary-component.c2
-rw-r--r--executive-summary/evolution-services/executive-summary-component.h2
-rw-r--r--executive-summary/evolution-services/executive-summary-html-view.c3
-rw-r--r--executive-summary/evolution-services/executive-summary.c2
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"