From fe962a2055234adf407999f0557ae25441ca5c35 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 29 Mar 2001 20:31:40 +0000 Subject: Big header cleanups and nntp compile fix svn path=/trunk/; revision=9024 --- camel/camel-stream-fs.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'camel/camel-stream-fs.c') diff --git a/camel/camel-stream-fs.c b/camel/camel-stream-fs.c index d19000b37e..7ecafd88ff 100644 --- a/camel/camel-stream-fs.c +++ b/camel/camel-stream-fs.c @@ -23,9 +23,10 @@ * USA */ +#ifdef HAVE_CONFIG_H #include -#include "camel-stream-fs.h" -#include "camel-session.h" +#endif + #include #include #include @@ -34,6 +35,8 @@ #include #include "camel-operation.h" +#include "camel-stream-fs.h" +#include "camel-session.h" static CamelSeekableStreamClass *parent_class = NULL; -- cgit