aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
authorDave Camp <dave@helixcode.com>2000-12-08 07:50:38 +0800
committerDave Camp <campd@src.gnome.org>2000-12-08 07:50:38 +0800
commit27f63291c228098721871b4b9bc26e311779fd7f (patch)
tree2e457d140a708308e8d9b4ead9e90e6faea4e006 /executive-summary
parent9a915c77dbf27679490cf1537c7a5676ae31a188 (diff)
downloadgsoc2013-evolution-27f63291c228098721871b4b9bc26e311779fd7f.tar
gsoc2013-evolution-27f63291c228098721871b4b9bc26e311779fd7f.tar.gz
gsoc2013-evolution-27f63291c228098721871b4b9bc26e311779fd7f.tar.bz2
gsoc2013-evolution-27f63291c228098721871b4b9bc26e311779fd7f.tar.lz
gsoc2013-evolution-27f63291c228098721871b4b9bc26e311779fd7f.tar.xz
gsoc2013-evolution-27f63291c228098721871b4b9bc26e311779fd7f.tar.zst
gsoc2013-evolution-27f63291c228098721871b4b9bc26e311779fd7f.zip
Don't include executive-summary-client.h.
2000-12-07 Dave Camp <dave@helixcode.com> * evolution-services/evolution-summary-component.c: Don't include executive-summary-client.h. svn path=/trunk/; revision=6854
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/ChangeLog5
-rw-r--r--executive-summary/evolution-services/executive-summary-component.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index 663302e8e2..3f80fce0b2 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,5 +1,10 @@
2000-12-07 Dave Camp <dave@helixcode.com>
+ * evolution-services/evolution-summary-component.c: Don't include
+ executive-summary-client.h.
+
+2000-12-07 Dave Camp <dave@helixcode.com>
+
* idl/Makefile.am (IDLS): Include HtmlView.idl
2000-11-29 Dan Winship <danw@helixcode.com>
diff --git a/executive-summary/evolution-services/executive-summary-component.c b/executive-summary/evolution-services/executive-summary-component.c
index 1b1070da21..609b31939b 100644
--- a/executive-summary/evolution-services/executive-summary-component.c
+++ b/executive-summary/evolution-services/executive-summary-component.c
@@ -32,7 +32,6 @@
#include "Executive-Summary.h"
#include "executive-summary-component.h"
-#include "executive-summary-client.h"
static void executive_summary_component_destroy (GtkObject *object);
static void executive_summary_component_init (ExecutiveSummaryComponent *component);