summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib.h b/glib.h
index 31f1e1aa2..df8156e0f 100644
--- a/glib.h
+++ b/glib.h
@@ -3325,11 +3325,11 @@ guint g_thread_pool_get_num_unused_threads (void);
/* Stop all currently unused threads, but leave the limit untouched */
void g_thread_pool_stop_unused_threads (void);
-#include <gunicode.h>
-#include <gerror.h>
-
#ifdef __cplusplus
}
#endif /* __cplusplus */
+#include <gunicode.h>
+#include <gerror.h>
+
#endif /* __G_LIB_H__ */