diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-02-06 04:45:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-02-06 04:45:36 +0800 |
commit | f7926820edcccd0d5fdab952909793e5752253ef (patch) | |
tree | 5bf918ebd3e98298b5d6ed532415ec7963910a6a /shell/e-splash.h | |
parent | fdde6ab38346bc5a5a411f94eaee2aacd3e725de (diff) | |
download | gsoc2013-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
Diffstat (limited to 'shell/e-splash.h')
-rw-r--r-- | shell/e-splash.h | 4 |
1 files changed, 0 insertions, 4 deletions
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> |