diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-03-30 05:18:50 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-30 05:18:50 +0800 |
commit | 69514b2bb17ea3e7b8e498c1511818a54e2c6ba7 (patch) | |
tree | 413e831e75bfe7e2bb4b378107bd2618708b4ae6 /filter/filter-context.h | |
parent | e6ada76f2b2e7685a71f2be65b4a00ec59e96459 (diff) | |
download | gsoc2013-evolution-69514b2bb17ea3e7b8e498c1511818a54e2c6ba7.tar.gz gsoc2013-evolution-69514b2bb17ea3e7b8e498c1511818a54e2c6ba7.tar.zst gsoc2013-evolution-69514b2bb17ea3e7b8e498c1511818a54e2c6ba7.zip |
Fix headers. Remove unneccesary ones and replace with more finegrained
2001-03-30 Kjartan Maraas <kmaraas@gnome.org>
* *.*: Fix headers. Remove unneccesary ones and replace
with more finegrained ones where needed.
svn path=/trunk/; revision=9028
Diffstat (limited to 'filter/filter-context.h')
-rw-r--r-- | filter/filter-context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/filter-context.h b/filter/filter-context.h index 1fa0b80af7..e1b05879b1 100644 --- a/filter/filter-context.h +++ b/filter/filter-context.h @@ -21,7 +21,6 @@ #ifndef _FILTER_CONTEXT_H #define _FILTER_CONTEXT_H -#include <gtk/gtk.h> #include "rule-context.h" #define FILTER_CONTEXT(obj) GTK_CHECK_CAST (obj, filter_context_get_type (), FilterContext) |