aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidgets.cpp
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-10-07 14:44:51 -0300
committerLauro Neto <lauro.neto@openbossa.org>2010-10-07 15:41:55 -0300
commit8419414b80d9f933c8a3af4ee8fd0ea4aba3820b (patch)
treeff9d3893a78c507649a3a18bc8d8f3cedff5e589 /plugins/customwidgets.cpp
parent349bdc2bc53c36043c81222f6e83762c72a6c56f (diff)
Reorder includes to avoid _POSIX_C_SOURCE warnings
Diffstat (limited to 'plugins/customwidgets.cpp')
-rw-r--r--plugins/customwidgets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customwidgets.cpp b/plugins/customwidgets.cpp
index ac948e6bc..c92b95c43 100644
--- a/plugins/customwidgets.cpp
+++ b/plugins/customwidgets.cpp
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "customwidgets.h"
#include "customwidget.h"
+#include "customwidgets.h"
#include <shiboken.h>