From 36b8074356019d02f3359434c8b1ebc8e5d412d4 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 5 Oct 2000 22:26:12 +0000 Subject: include instead of "e-util/e-gui-utils.h" to 2000-10-05 Chris Toshok * component/component-factory.c: include instead of "e-util/e-gui-utils.h" to clear up e_notice declaration, and #include to get "_". svn path=/trunk/; revision=5753 --- executive-summary/ChangeLog | 6 ++++++ executive-summary/component/component-factory.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'executive-summary') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 3f6d3e1a0c..9ff6adb81c 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,9 @@ +2000-10-05 Chris Toshok + + * component/component-factory.c: include + instead of "e-util/e-gui-utils.h" to + clear up e_notice declaration, and #include to get "_". + 2000-10-05 Michael Meeks * component/e-summary-factory.c (control_activate): upd. diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c index 3e9edaafdf..9af99c7e67 100644 --- a/executive-summary/component/component-factory.c +++ b/executive-summary/component/component-factory.c @@ -27,12 +27,13 @@ #endif #include +#include #include "Evolution.h" #include "evolution-storage.h" #include "evolution-shell-component.h" -#include "e-util/e-gui-utils.h" +#include #include "component-factory.h" #include "e-summary-factory.h" -- cgit v1.2.3