diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-stream.h')
-rw-r--r-- | camel/providers/imap/camel-imap-stream.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/camel/providers/imap/camel-imap-stream.h b/camel/providers/imap/camel-imap-stream.h index 6cb96e8cc5..2a6e2fc723 100644 --- a/camel/providers/imap/camel-imap-stream.h +++ b/camel/providers/imap/camel-imap-stream.h @@ -21,7 +21,6 @@ */ - #ifndef CAMEL_IMAP_STREAM_H #define CAMEL_IMAP_STREAM_H @@ -32,8 +31,8 @@ extern "C" { #endif /* __cplusplus }*/ #include <camel/camel-stream.h> -#include <camel/providers/imap/camel-imap-folder.h> -#include <camel/providers/imap/camel-imap-store.h> +#include "camel-imap-folder.h" +#include "camel-imap-store.h" #include <sys/types.h> #define CAMEL_IMAP_STREAM_TYPE (camel_imap_stream_get_type ()) |