aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream.h')
-rw-r--r--camel/camel-stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream.h b/camel/camel-stream.h
index dec4e638e1..6a2517b0bb 100644
--- a/camel/camel-stream.h
+++ b/camel/camel-stream.h
@@ -33,9 +33,9 @@ extern "C" {
#pragma }
#endif /* __cplusplus }*/
-#include <camel/camel-object.h>
#include <stdarg.h>
#include <unistd.h>
+#include <camel/camel-object.h>
#define CAMEL_STREAM_TYPE (camel_stream_get_type ())
#define CAMEL_STREAM(obj) (CAMEL_CHECK_CAST((obj), CAMEL_STREAM_TYPE, CamelStream))