diff options
author | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-30 04:31:40 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-30 04:31:40 +0800 |
commit | fe962a2055234adf407999f0557ae25441ca5c35 (patch) | |
tree | ce9254cb08e91cf6528cde689139bd5e4e535ba7 /camel/camel-folder-search.h | |
parent | 8a0c0a680252b389ad3b3a58090690925b9f99b1 (diff) | |
download | gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.tar gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.tar.gz gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.tar.bz2 gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.tar.lz gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.tar.xz gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.tar.zst gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.zip |
Big header cleanups and nntp compile fix
svn path=/trunk/; revision=9024
Diffstat (limited to 'camel/camel-folder-search.h')
-rw-r--r-- | camel/camel-folder-search.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-folder-search.h b/camel/camel-folder-search.h index 2dd195569e..640f2f9327 100644 --- a/camel/camel-folder-search.h +++ b/camel/camel-folder-search.h @@ -22,11 +22,11 @@ #ifndef _CAMEL_FOLDER_SEARCH_H #define _CAMEL_FOLDER_SEARCH_H -#include <camel/camel-object.h> -#include <e-util/e-sexp.h> #include <gal/util/e-util.h> +#include <e-util/e-sexp.h> #include <libibex/ibex.h> #include <camel/camel-folder.h> +#include <camel/camel-object.h> #define CAMEL_FOLDER_SEARCH_TYPE (camel_folder_search_get_type ()) #define CAMEL_FOLDER_SEARCH(obj) CAMEL_CHECK_CAST (obj, camel_folder_search_get_type (), CamelFolderSearch) |