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