Clean all ‘… warning: "_POSIX_C_SOURCE" redefined’
[claws.git] / src / plugins / python / python-hooks.c
index f0228908bbd4341885112140dea9d1f01eeb52e0..fd7ba600424671d412687ef160f6beccf414c8e0 100644 (file)
 #include "claws-features.h"
 #endif
 
 #include "claws-features.h"
 #endif
 
-#include <glib.h>
-#include <glib/gi18n.h>
-
 #ifdef ENABLE_PYTHON
 #include <Python.h>
 #include <pygobject.h>
 #include <pygtk/pygtk.h>
 #endif // ENABLE_PYTHON
 
 #ifdef ENABLE_PYTHON
 #include <Python.h>
 #include <pygobject.h>
 #include <pygtk/pygtk.h>
 #endif // ENABLE_PYTHON
 
+#include <glib.h>
+#include <glib/gi18n.h>
+
 #include <dlfcn.h>
 
 #include <signal.h>
 #include <dlfcn.h>
 
 #include <signal.h>