QGraphicsAnchorLayout: own includes go first

... to check that they compile stand-alone.

Change-Id: I10f651125c17ea64c631f2bede4332ea71d50a10
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
bb10
Marc Mutz 2015-12-15 20:36:43 +01:00
parent d8c996120c
commit 2cc2bcca94
1 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,8 @@
**
****************************************************************************/
#include "qgraphicsanchorlayout_p.h"
#include <QtWidgets/qwidget.h>
#include <QtWidgets/qapplication.h>
#include <QtCore/qlinkedlist.h>
@ -40,7 +42,6 @@
#include <QtCore/qfile.h>
#endif
#include "qgraphicsanchorlayout_p.h"
#ifndef QT_NO_GRAPHICSVIEW
QT_BEGIN_NAMESPACE