diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-command.h')
-rw-r--r-- | camel/providers/imap/camel-imap-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-command.h b/camel/providers/imap/camel-imap-command.h index 9dd31b88d2..5b841525fa 100644 --- a/camel/providers/imap/camel-imap-command.h +++ b/camel/providers/imap/camel-imap-command.h @@ -33,8 +33,8 @@ extern "C" { #pragma } #endif /* __cplusplus }*/ -#include "camel-imap-types.h" #include <glib.h> +#include "camel-imap-types.h" struct _CamelImapResponse { CamelFolder *folder; |