aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-object.h')
-rw-r--r--camel/camel-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-object.h b/camel/camel-object.h
index 1d27807d24..ad76b0add9 100644
--- a/camel/camel-object.h
+++ b/camel/camel-object.h
@@ -32,10 +32,10 @@ extern "C" {
#endif /* __cplusplus } */
#include <stdlib.h> /* size_t */
-#include <camel/camel-types.h>
#include <glib.h>
#include <libgnome/gnome-defs.h>
#include <libgnome/gnome-i18n.h>
+#include <camel/camel-types.h>
#ifdef G_DISABLE_CHECKS
#define CAMEL_CHECK_CAST( obj, ctype, ptype ) ((ptype *) obj)