SQL: include cleanup

Removed some unused includes in the sql sources

Change-Id: Ifbe1df401e0f4042650f8ce9902cb9977d2aa484
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
Christian Ehrlicher 2023-01-09 17:26:21 +01:00
parent 002d95dc85
commit 4a8a8bbcbd
7 changed files with 4 additions and 12 deletions

View File

@ -3,7 +3,6 @@
#include "private/qsqlcachedresult_p.h"
#include <qdatetime.h>
#include <qvariant.h>
#include <QtSql/private/qsqldriver_p.h>

View File

@ -6,16 +6,13 @@
#include "qdebug.h"
#include "qcoreapplication.h"
#include "qreadwritelock.h"
#include "qsqlresult.h"
#include "qsqldriver.h"
#include "qsqldriverplugin.h"
#include "qsqlindex.h"
#include "private/qfactoryloader_p.h"
#include "private/qsqlnulldriver_p.h"
#include "qmutex.h"
#include "qhash.h"
#include "qthread.h"
#include <stdlib.h>
QT_BEGIN_NAMESPACE

View File

@ -7,7 +7,6 @@
#include "qsqlerror.h"
#include "qsqlfield.h"
#include "qsqlindex.h"
#include "private/qobject_p.h"
#include "private/qsqldriver_p.h"
#include <limits.h>

View File

@ -4,7 +4,6 @@
#include "qsqlindex.h"
#include "qsqlfield.h"
#include "qstringlist.h"
QT_BEGIN_NAMESPACE

View File

@ -7,14 +7,16 @@
#include "qatomic.h"
#include "qdebug.h"
#include "qelapsedtimer.h"
#include "qmap.h"
#include "qsqlrecord.h"
#include "qsqlresult.h"
#include "qsqldriver.h"
#include "qsqldatabase.h"
#include "private/qsqlnulldriver_p.h"
#ifdef QT_DEBUG_SQL
#include "qelapsedtimer.h"
#endif
QT_BEGIN_NAMESPACE
class QSqlQueryPrivate

View File

@ -8,7 +8,6 @@
#include "qlist.h"
#include "qsqlfield.h"
#include "qstring.h"
#include "qstringlist.h"
QT_BEGIN_NAMESPACE

View File

@ -3,9 +3,7 @@
#include "qsqlresult.h"
#include "qhash.h"
#include "qlist.h"
#include "qpointer.h"
#include "qsqldriver.h"
#include "qsqlerror.h"
#include "qsqlfield.h"
@ -15,7 +13,6 @@
#include "qvariant.h"
#include "qdatetime.h"
#include "private/qsqldriver_p.h"
#include <QDebug>
QT_BEGIN_NAMESPACE