rhi: d3d12: Reduce include statements
And some of them are not needed at all. Pick-to: 6.6 Change-Id: Ia4778c7016573eff3eefc2f6838e458008161da6 Reviewed-by: Christian Strømme <christian.stromme@qt.io>bb10
parent
8a175f4ae2
commit
a031a2507f
|
|
@ -2,10 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "qrhid3d12_p.h"
|
||||
#include "qshader.h"
|
||||
#include <QWindow>
|
||||
#include <qmath.h>
|
||||
#include <QtCore/qcryptographichash.h>
|
||||
#include <QtCore/private/qsystemerror_p.h>
|
||||
#include <comdef.h>
|
||||
#include "qrhid3dhelpers_p.h"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
//
|
||||
|
||||
#include "qrhi_p.h"
|
||||
#include <rhi/qshaderdescription.h>
|
||||
#include <QWindow>
|
||||
#include <QBitArray>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "qrhid3dhelpers_p.h"
|
||||
#include <QtCore/private/qsystemlibrary_p.h>
|
||||
#include <QtCore/private/qsystemerror_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/private/qsystemlibrary_p.h>
|
||||
#include <QtCore/private/qsystemerror_p.h>
|
||||
#include <rhi/qrhi.h>
|
||||
|
||||
#include <QtGui/qwindow.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue