From 8419414b80d9f933c8a3af4ee8fd0ea4aba3820b Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Thu, 7 Oct 2010 14:44:51 -0300 Subject: Reorder includes to avoid _POSIX_C_SOURCE warnings --- plugins/customwidgets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/customwidgets.h') diff --git a/plugins/customwidgets.h b/plugins/customwidgets.h index 9a8428b01..3cb0d2a9b 100644 --- a/plugins/customwidgets.h +++ b/plugins/customwidgets.h @@ -23,12 +23,12 @@ #ifndef _PY_CUSTOM_WIDGETS_H_ #define _PY_CUSTOM_WIDGETS_H_ +#include #include #include #include #include -#include struct PyCustomWidgetsPrivate; -- cgit v1.2.3