From e6ada76f2b2e7685a71f2be65b4a00ec59e96459 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 29 Mar 2001 21:05:38 +0000 Subject: Clean up includes. Remove/replace , and . 2001-03-29 Kjartan Maraas * *.*: Clean up includes. Remove/replace , and . svn path=/trunk/; revision=9027 --- executive-summary/component/e-summary-callbacks.c | 2 +- executive-summary/component/e-summary-factory.c | 8 +++++--- executive-summary/component/e-summary-util.c | 1 + executive-summary/component/e-summary.c | 6 ++++++ executive-summary/component/main.c | 6 ++++-- 5 files changed, 17 insertions(+), 6 deletions(-) (limited to 'executive-summary/component') diff --git a/executive-summary/component/e-summary-callbacks.c b/executive-summary/component/e-summary-callbacks.c index 4ffa7f4d00..8d1a2eb5fb 100644 --- a/executive-summary/component/e-summary-callbacks.c +++ b/executive-summary/component/e-summary-callbacks.c @@ -36,11 +36,11 @@ #include #include -#include #include #include #include "e-summary.h" +#include "e-summary-callbacks.h" #include "Composer.h" diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index 444c8e8558..e94ebaaec1 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -26,15 +26,17 @@ #include #endif +#include #include #include #include -#include +#include #include -#include "gal/util/e-util.h" -#include "e-util/e-gui-utils.h" +#include +#include +#include #include "e-summary-factory.h" diff --git a/executive-summary/component/e-summary-util.c b/executive-summary/component/e-summary-util.c index a983da39b8..53dcea9488 100644 --- a/executive-summary/component/e-summary-util.c +++ b/executive-summary/component/e-summary-util.c @@ -23,6 +23,7 @@ #include +#include #include #include #include diff --git a/executive-summary/component/e-summary.c b/executive-summary/component/e-summary.c index 0e5d613ad8..64866318ac 100644 --- a/executive-summary/component/e-summary.c +++ b/executive-summary/component/e-summary.c @@ -25,11 +25,17 @@ #include #endif +#include +#include +#include +#include #include #include #include #include #include +#include +#include #include #include diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c index 0834802da1..e5e45632f1 100644 --- a/executive-summary/component/main.c +++ b/executive-summary/component/main.c @@ -25,8 +25,10 @@ #include #endif -#include - +#include +#include +#include +#include #include #include #include -- cgit v1.2.3