summaryrefslogtreecommitdiff
path: root/camel/providers/imapx/camel-imapx-stream.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-04-02 11:30:58 -0400
committerMatthew Barnes <mbarnes@redhat.com>2010-04-02 15:43:25 -0400
commit9acc8ab70f4695cfe88e8da6019efeeeb4634b79 (patch)
treea1a5c9f7239b6c89e305e6e7b5d2384d7045bf08 /camel/providers/imapx/camel-imapx-stream.h
parentc9e5ca748b3196d7d171ce78f7cf530c7d2bacc8 (diff)
downloadevolution-data-server-9acc8ab70f4695cfe88e8da6019efeeeb4634b79.tar.gz
Lock down Camel headers.
Henceforth only <camel/camel.h> may be included from outside of Camel. This also applies to Camel's own provider modules.
Diffstat (limited to 'camel/providers/imapx/camel-imapx-stream.h')
-rw-r--r--camel/providers/imapx/camel-imapx-stream.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/camel/providers/imapx/camel-imapx-stream.h b/camel/providers/imapx/camel-imapx-stream.h
index 174c2cf8d..0416c56c5 100644
--- a/camel/providers/imapx/camel-imapx-stream.h
+++ b/camel/providers/imapx/camel-imapx-stream.h
@@ -18,10 +18,10 @@
* Boston, MA 02111-1307, USA.
*/
-#ifndef _CAMEL_IMAPX_STREAM_H
-#define _CAMEL_IMAPX_STREAM_H
+#ifndef CAMEL_IMAPX_STREAM_H
+#define CAMEL_IMAPX_STREAM_H
-#include <camel/camel-stream.h>
+#include <camel/camel.h>
#define CAMEL_IMAPX_STREAM(obj) CAMEL_CHECK_CAST (obj, camel_imapx_stream_get_type (), CamelIMAPXStream)
#define CAMEL_IMAPX_STREAM_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_imapx_stream_get_type (), CamelIMAPXStreamClass)
@@ -92,4 +92,4 @@ guint32 camel_imapx_stream_number(CamelIMAPXStream *is, CamelException *ex);
/* skips the rest of a line, including literals, etc */
gint camel_imapx_stream_skip(CamelIMAPXStream *is, CamelException *ex);
-#endif /* _CAMEL_IMAPX_STREAM_H */
+#endif /* CAMEL_IMAPX_STREAM_H */