summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/scene3dsgmaterial_p.h
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2017-01-16 18:59:17 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-04-01 12:49:28 +0000
commitc64df4a307aff064433f57805561cb445c0e285f (patch)
treea2fe1881a4cc1b2a062f8942f4c87a801c9af9e5 /src/quick3d/imports/scene3d/scene3dsgmaterial_p.h
parent71fd925db2bfa90b371c2f93d2d0b4da7200e11a (diff)
Coding convention fix for Src/importscore, importsextras,5.8
importsinput, importsrender, importsscene3d Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I3b2b3ee60e397772bbcebac09b07c059fbd922db Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/quick3d/imports/scene3d/scene3dsgmaterial_p.h')
-rw-r--r--src/quick3d/imports/scene3d/scene3dsgmaterial_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick3d/imports/scene3d/scene3dsgmaterial_p.h b/src/quick3d/imports/scene3d/scene3dsgmaterial_p.h
index f3817dc05..df431e452 100644
--- a/src/quick3d/imports/scene3d/scene3dsgmaterial_p.h
+++ b/src/quick3d/imports/scene3d/scene3dsgmaterial_p.h
@@ -52,10 +52,10 @@
//
#include <QtQuick/QSGMaterial>
-#include "scene3dsgmaterialshader_p.h"
-
#include <QtQuick/qsgtexture.h>
+#include <scene3dsgmaterialshader_p.h>
+
QT_BEGIN_NAMESPACE
namespace Qt3DRender {