diff options
Diffstat (limited to 'camel/camel-object.h')
-rw-r--r-- | camel/camel-object.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/camel/camel-object.h b/camel/camel-object.h index 5aa9d3157f..0bcdeaef0f 100644 --- a/camel/camel-object.h +++ b/camel/camel-object.h @@ -32,19 +32,17 @@ extern "C" { #pragma } #endif /* __cplusplus */ -#include <stdlib.h> /* size_t */ #include <glib.h> +#include <stdlib.h> /* size_t */ #include <stdarg.h> +#include <pthread.h> + #include <camel/camel-arg.h> #include <camel/camel-types.h> /* this is a @##$@#SF stupid header */ /* this crap shouldn't be here */ #include <camel/camel-i18n.h> -#ifdef ENABLE_THREADS -#include <pthread.h> -#endif - /* turn on so that camel_object_class_dump_tree() dumps object instances as well */ #define CAMEL_OBJECT_TRACK_INSTANCES |