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
Laszlo Agocs 2023-10-16 11:02:10 +02:00
parent 8a175f4ae2
commit a031a2507f
4 changed files with 2 additions and 6 deletions

View File

@ -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"

View File

@ -16,7 +16,6 @@
//
#include "qrhi_p.h"
#include <rhi/qshaderdescription.h>
#include <QWindow>
#include <QBitArray>

View File

@ -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

View File

@ -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>