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/evolution-session.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/evolution-session.h')
-rw-r--r-- | shell/evolution-session.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |