Reorder includes to avoid _POSIX_C_SOURCE warnings

This commit is contained in:
Lauro Neto 2010-10-07 14:44:51 -03:00
commit 8419414b80
3 changed files with 3 additions and 3 deletions

View file

@ -23,9 +23,9 @@
#ifndef _PY_CUSTOM_WIDGET_H_ #ifndef _PY_CUSTOM_WIDGET_H_
#define _PY_CUSTOM_WIDGET_H_ #define _PY_CUSTOM_WIDGET_H_
#include <shiboken.h>
#include <QtDesigner/QtDesigner> #include <QtDesigner/QtDesigner>
#include <QDesignerCustomWidgetInterface> #include <QDesignerCustomWidgetInterface>
#include <shiboken.h>
struct PyCustomWidgetPrivate; struct PyCustomWidgetPrivate;

View file

@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "customwidgets.h"
#include "customwidget.h" #include "customwidget.h"
#include "customwidgets.h"
#include <shiboken.h> #include <shiboken.h>

View file

@ -23,12 +23,12 @@
#ifndef _PY_CUSTOM_WIDGETS_H_ #ifndef _PY_CUSTOM_WIDGETS_H_
#define _PY_CUSTOM_WIDGETS_H_ #define _PY_CUSTOM_WIDGETS_H_
#include <shiboken.h>
#include <customwidget.h> #include <customwidget.h>
#include <QtDesigner/QtDesigner> #include <QtDesigner/QtDesigner>
#include <QtPlugin> #include <QtPlugin>
#include <QDesignerCustomWidgetInterface> #include <QDesignerCustomWidgetInterface>
#include <shiboken.h>
struct PyCustomWidgetsPrivate; struct PyCustomWidgetsPrivate;