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/evolution-services/executive-summary-client.c | 2 -- executive-summary/evolution-services/executive-summary-client.h | 2 +- .../evolution-services/executive-summary-component-client.c | 2 -- .../evolution-services/executive-summary-component-client.h | 2 +- .../evolution-services/executive-summary-component-factory-client.c | 2 -- .../evolution-services/executive-summary-component-factory-client.h | 2 +- .../evolution-services/executive-summary-component-view.c | 2 -- executive-summary/evolution-services/executive-summary-component.c | 2 -- executive-summary/evolution-services/executive-summary-component.h | 2 +- executive-summary/evolution-services/executive-summary-html-view.c | 3 +-- executive-summary/evolution-services/executive-summary.c | 2 -- 11 files changed, 5 insertions(+), 18 deletions(-) (limited to 'executive-summary/evolution-services') 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 #endif -#include -#include #include #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 +#include #include #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 #endif -#include -#include #include #include 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 +#include #include #include 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 #endif -#include -#include #include #include 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 +#include #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 #endif -#include -#include #include #include 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 #endif -#include -#include #include #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 -#include +#include #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 #endif -#include +#include #include -#include #include #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 #endif -#include -#include #include #include "Executive-Summary.h" -- cgit v1.2.3