aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-02-06 04:45:36 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-02-06 04:45:36 +0800
commitf7926820edcccd0d5fdab952909793e5752253ef (patch)
tree5bf918ebd3e98298b5d6ed532415ec7963910a6a
parentfdde6ab38346bc5a5a411f94eaee2aacd3e725de (diff)
downloadgsoc2013-evolution-f7926820edcccd0d5fdab952909793e5752253ef.tar
gsoc2013-evolution-f7926820edcccd0d5fdab952909793e5752253ef.tar.gz
gsoc2013-evolution-f7926820edcccd0d5fdab952909793e5752253ef.tar.bz2
gsoc2013-evolution-f7926820edcccd0d5fdab952909793e5752253ef.tar.lz
gsoc2013-evolution-f7926820edcccd0d5fdab952909793e5752253ef.tar.xz
gsoc2013-evolution-f7926820edcccd0d5fdab952909793e5752253ef.tar.zst
gsoc2013-evolution-f7926820edcccd0d5fdab952909793e5752253ef.zip
Remove <config.h> #includes from the `.h' files, which is known to be,
um, a wrong thing to do. svn path=/trunk/; revision=7983
-rw-r--r--shell/ChangeLog26
-rw-r--r--shell/e-component-registry.h4
-rw-r--r--shell/e-corba-storage-registry.h4
-rw-r--r--shell/e-corba-storage.h4
-rw-r--r--shell/e-folder-type-registry.h4
-rw-r--r--shell/e-folder.h4
-rw-r--r--shell/e-local-folder.h4
-rw-r--r--shell/e-local-storage.h4
-rw-r--r--shell/e-shell-folder-title-bar.h4
-rw-r--r--shell/e-shell-view.h4
-rw-r--r--shell/e-shell.h4
-rw-r--r--shell/e-shortcuts-view.h4
-rw-r--r--shell/e-shortcuts.h4
-rw-r--r--shell/e-splash.h4
-rw-r--r--shell/e-storage-set-view.h4
-rw-r--r--shell/e-storage-set.h4
-rw-r--r--shell/e-storage.h4
-rw-r--r--shell/evolution-local-storage.h4
-rw-r--r--shell/evolution-session.h4
-rw-r--r--shell/evolution-shell-client.h4
-rw-r--r--shell/evolution-shell-component.h4
-rw-r--r--shell/evolution-shell-view.h4
-rw-r--r--shell/evolution-storage-listener.h4
-rw-r--r--shell/evolution-storage.h4
24 files changed, 26 insertions, 92 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e86a426b04..d25fd7f98b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,29 @@
+2001-02-02 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-component-registry.h: Don't #include <config.h>.
+ * e-corba-storage-registry.h: Likewise.
+ * e-corba-storage.h: Likewise.
+ * e-folder-type-registry.h: Likewise.
+ * e-folder.h: Likewise.
+ * e-local-folder.h: Likewise.
+ * e-local-storage.h: Likewise.
+ * e-shell-folder-title-bar.h: Likewise.
+ * e-shell-view.h: Likewise.
+ * e-shell.h: Likewise.
+ * e-shortcuts-view.h: Likewise.
+ * e-shortcuts.h: Likewise.
+ * e-splash.h: Likewise.
+ * e-storage-set-view.h: Likewise.
+ * e-storage-set.h: Likewise.
+ * e-storage.h: Likewise.
+ * evolution-local-storage.h: Likewise.
+ * evolution-session.h: Likewise.
+ * evolution-shell-client.h: Likewise.
+ * evolution-shell-component.h: Likewise.
+ * evolution-shell-view.h: Likewise.
+ * evolution-storage-listener.h: Likewise.
+ * evolution-storage.h: Likewise.
+
2001-02-02 Iain Holmes <iain@ximian.com>
* importer/evolution-importer-client.c:
diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h
index 0a34413844..da39d948ac 100644
--- a/shell/e-component-registry.h
+++ b/shell/e-component-registry.h
@@ -24,10 +24,6 @@
#ifndef __E_COMPONENT_REGISTRY_H__
#define __E_COMPONENT_REGISTRY_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkobject.h>
#include "e-shell.h"
diff --git a/shell/e-corba-storage-registry.h b/shell/e-corba-storage-registry.h
index e9bbd5997b..20aedbff4b 100644
--- a/shell/e-corba-storage-registry.h
+++ b/shell/e-corba-storage-registry.h
@@ -24,10 +24,6 @@
#ifndef __E_CORBA_STORAGE_REGISTRY_H__
#define __E_CORBA_STORAGE_REGISTRY_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <bonobo/bonobo-object.h>
#include "Evolution.h"
diff --git a/shell/e-corba-storage.h b/shell/e-corba-storage.h
index 4f92231840..01e5f5b8d4 100644
--- a/shell/e-corba-storage.h
+++ b/shell/e-corba-storage.h
@@ -24,10 +24,6 @@
#ifndef __E_CORBA_STORAGE_H__
#define __E_CORBA_STORAGE_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "e-storage.h"
#include "Evolution.h"
diff --git a/shell/e-folder-type-registry.h b/shell/e-folder-type-registry.h
index 6d832282aa..f4a1905f52 100644
--- a/shell/e-folder-type-registry.h
+++ b/shell/e-folder-type-registry.h
@@ -24,10 +24,6 @@
#ifndef _E_FOLDER_TYPE_REGISTRY_H_
#define _E_FOLDER_TYPE_REGISTRY_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkobject.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
diff --git a/shell/e-folder.h b/shell/e-folder.h
index 1f3a5885f0..5a720a957e 100644
--- a/shell/e-folder.h
+++ b/shell/e-folder.h
@@ -24,10 +24,6 @@
#ifndef _E_FOLDER_H_
#define _E_FOLDER_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkobject.h>
#ifdef __cplusplus
diff --git a/shell/e-local-folder.h b/shell/e-local-folder.h
index aa9e79a990..4e83af4b40 100644
--- a/shell/e-local-folder.h
+++ b/shell/e-local-folder.h
@@ -24,10 +24,6 @@
#ifndef _E_LOCAL_FOLDER_H_
#define _E_LOCAL_FOLDER_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkobject.h>
#include "e-folder.h"
diff --git a/shell/e-local-storage.h b/shell/e-local-storage.h
index 06dff78e11..f844c34bb4 100644
--- a/shell/e-local-storage.h
+++ b/shell/e-local-storage.h
@@ -24,10 +24,6 @@
#ifndef _E_LOCAL_STORAGE_H_
#define _E_LOCAL_STORAGE_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "e-folder-type-registry.h"
#include "e-storage.h"
diff --git a/shell/e-shell-folder-title-bar.h b/shell/e-shell-folder-title-bar.h
index c8bab9994c..f6eef54bbf 100644
--- a/shell/e-shell-folder-title-bar.h
+++ b/shell/e-shell-folder-title-bar.h
@@ -24,10 +24,6 @@
#ifndef __E_SHELL_FOLDER_TITLE_BAR_H__
#define __E_SHELL_FOLDER_TITLE_BAR_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkeventbox.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 520f9842a3..2585c3aa68 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -24,10 +24,6 @@
#ifndef _E_SHELL_VIEW_H_
#define _E_SHELL_VIEW_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <bonobo/bonobo-win.h>
#include "e-shell.h"
diff --git a/shell/e-shell.h b/shell/e-shell.h
index ec2f8a7fb1..2237f7458a 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -24,10 +24,6 @@
#ifndef _E_SHELL_H_
#define _E_SHELL_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <bonobo/bonobo-object.h>
#include <liboaf/liboaf.h> /* For the registration stuff. */
diff --git a/shell/e-shortcuts-view.h b/shell/e-shortcuts-view.h
index 8c7763ec75..6152bd230d 100644
--- a/shell/e-shortcuts-view.h
+++ b/shell/e-shortcuts-view.h
@@ -24,10 +24,6 @@
#ifndef _E_SHORTCUTS_VIEW_H_
#define _E_SHORTCUTS_VIEW_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkwidget.h>
#include <gal/shortcut-bar/e-shortcut-bar.h>
diff --git a/shell/e-shortcuts.h b/shell/e-shortcuts.h
index c2f7e9f0cf..bd7ed54080 100644
--- a/shell/e-shortcuts.h
+++ b/shell/e-shortcuts.h
@@ -24,10 +24,6 @@
#ifndef _E_SHORTCUTS_H_
#define _E_SHORTCUTS_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkwidget.h>
#include "e-folder-type-registry.h"
diff --git a/shell/e-splash.h b/shell/e-splash.h
index 4eb58d7692..153d54d7c3 100644
--- a/shell/e-splash.h
+++ b/shell/e-splash.h
@@ -24,10 +24,6 @@
#ifndef _E_SPLASH_H_
#define _E_SPLASH_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtkwindow.h>
diff --git a/shell/e-storage-set-view.h b/shell/e-storage-set-view.h
index 1d0483b0fa..88d6f52862 100644
--- a/shell/e-storage-set-view.h
+++ b/shell/e-storage-set-view.h
@@ -24,10 +24,6 @@
#ifndef __E_STORAGE_SET_VIEW_H__
#define __E_STORAGE_SET_VIEW_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gal/e-table/e-table.h>
#include "e-storage-set.h"
diff --git a/shell/e-storage-set.h b/shell/e-storage-set.h
index 887eac5134..b39725ea1c 100644
--- a/shell/e-storage-set.h
+++ b/shell/e-storage-set.h
@@ -24,10 +24,6 @@
#ifndef _E_STORAGE_SET_H_
#define _E_STORAGE_SET_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkwidget.h>
#include "e-folder-type-registry.h"
diff --git a/shell/e-storage.h b/shell/e-storage.h
index 188ef4eb05..a6716d7262 100644
--- a/shell/e-storage.h
+++ b/shell/e-storage.h
@@ -24,10 +24,6 @@
#ifndef _E_STORAGE_H_
#define _E_STORAGE_H_
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gtk/gtkobject.h>
#include "evolution-shell-component-client.h"
diff --git a/shell/evolution-local-storage.h b/shell/evolution-local-storage.h
index 33872ad60b..8f3f403d3a 100644
--- a/shell/evolution-local-storage.h
+++ b/shell/evolution-local-storage.h
@@ -24,10 +24,6 @@
#ifndef __EVOLUTION_LOCAL_STORAGE_H__
#define __EVOLUTION_LOCAL_STORAGE_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gnome.h>
#include "evolution-storage.h"
diff --git a/shell/evolution-session.h b/shell/evolution-session.h
index 93c0ebed2a..2eeab8e069 100644
--- a/shell/evolution-session.h
+++ b/shell/evolution-session.h
@@ -24,10 +24,6 @@
#ifndef __EVOLUTION_SESSION_H__
#define __EVOLUTION_SESSION_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <bonobo.h>
#ifdef __cplusplus
diff --git a/shell/evolution-shell-client.h b/shell/evolution-shell-client.h
index 0a2ee67ab8..98553a522d 100644
--- a/shell/evolution-shell-client.h
+++ b/shell/evolution-shell-client.h
@@ -24,10 +24,6 @@
#ifndef __EVOLUTION_SHELL_CLIENT_H__
#define __EVOLUTION_SHELL_CLIENT_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <bonobo/bonobo-object-client.h>
#include "Evolution.h"
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h
index 15dfff4fb0..21ae216267 100644
--- a/shell/evolution-shell-component.h
+++ b/shell/evolution-shell-component.h
@@ -24,10 +24,6 @@
#ifndef EVOLUTION_SHELL_COMPONENT_H
#define EVOLUTION_SHELL_COMPONENT_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-control.h>
diff --git a/shell/evolution-shell-view.h b/shell/evolution-shell-view.h
index 928d22b4c8..bdff814d0d 100644
--- a/shell/evolution-shell-view.h
+++ b/shell/evolution-shell-view.h
@@ -24,10 +24,6 @@
#ifndef __EVOLUTION_SHELL_VIEW_H__
#define __EVOLUTION_SHELL_VIEW_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gnome.h>
#include "Evolution.h"
diff --git a/shell/evolution-storage-listener.h b/shell/evolution-storage-listener.h
index bb3067621a..7433c83836 100644
--- a/shell/evolution-storage-listener.h
+++ b/shell/evolution-storage-listener.h
@@ -24,10 +24,6 @@
#ifndef __EVOLUTION_STORAGE_LISTENER_H__
#define __EVOLUTION_STORAGE_LISTENER_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <gnome.h>
#include "Evolution.h"
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h
index 8336f14adc..9283723924 100644
--- a/shell/evolution-storage.h
+++ b/shell/evolution-storage.h
@@ -24,10 +24,6 @@
#ifndef __EVOLUTION_STORAGE_H__
#define __EVOLUTION_STORAGE_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <bonobo/bonobo-object.h>
#include "Evolution.h"