diff options
author | Lauro Neto <lauro.neto@openbossa.org> | 2010-10-07 14:44:51 -0300 |
---|---|---|
committer | Lauro Neto <lauro.neto@openbossa.org> | 2010-10-07 15:41:55 -0300 |
commit | 8419414b80d9f933c8a3af4ee8fd0ea4aba3820b (patch) | |
tree | ff9d3893a78c507649a3a18bc8d8f3cedff5e589 /plugins/customwidget.h | |
parent | 349bdc2bc53c36043c81222f6e83762c72a6c56f (diff) | |
download | pyside-8419414b80d9f933c8a3af4ee8fd0ea4aba3820b.tar.gz pyside-8419414b80d9f933c8a3af4ee8fd0ea4aba3820b.tar.xz pyside-8419414b80d9f933c8a3af4ee8fd0ea4aba3820b.zip |
Reorder includes to avoid _POSIX_C_SOURCE warnings
Diffstat (limited to 'plugins/customwidget.h')
-rw-r--r-- | plugins/customwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customwidget.h b/plugins/customwidget.h index 1c20477..e4eb76d 100644 --- a/plugins/customwidget.h +++ b/plugins/customwidget.h @@ -23,9 +23,9 @@ #ifndef _PY_CUSTOM_WIDGET_H_ #define _PY_CUSTOM_WIDGET_H_ +#include <shiboken.h> #include <QtDesigner/QtDesigner> #include <QDesignerCustomWidgetInterface> -#include <shiboken.h> struct PyCustomWidgetPrivate; |