diff options
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) |