remove some redundant headers inclusions

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2015-12-13 09:15:19 +02:00
parent 74987662bb
commit e576d85b7c
14 changed files with 1 additions and 38 deletions

View file

@ -43,7 +43,6 @@
#define QTEXTCODEC_H
#include <QtCore/qstring.h>
#include <QtCore/qlist.h>
QT_BEGIN_HEADER

View file

@ -44,7 +44,6 @@
#include <QtCore/qplugin.h>
#include <QtCore/qfactoryinterface.h>
#include <QtCore/qlist.h>
#include <QtCore/qbytearray.h>
QT_BEGIN_HEADER

View file

@ -42,13 +42,7 @@
#ifndef QDEBUG_H
#define QDEBUG_H
#include <QtCore/qalgorithms.h>
#include <QtCore/qhash.h>
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/qpair.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qstring.h>
#include <QtCore/qvector.h>
#include <QtCore/qset.h>
#include <QtCore/qcontiguouscache.h>

View file

@ -43,7 +43,6 @@
#define QFILE_H
#include <QtCore/qiodevice.h>
#include <QtCore/qstring.h>
#include <stdio.h>
#ifdef open

View file

@ -43,7 +43,6 @@
#define QFILEINFO_H
#include <QtCore/qfile.h>
#include <QtCore/qlist.h>
#include <QtCore/qshareddata.h>
QT_BEGIN_HEADER

View file

@ -42,10 +42,8 @@
#ifndef QRESOURCE_H
#define QRESOURCE_H
#include <QtCore/qstring.h>
#include <QtCore/qlocale.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qlist.h>
QT_BEGIN_HEADER

View file

@ -42,9 +42,7 @@
#ifndef QSETTINGS_H
#define QSETTINGS_H
#include <QtCore/qobject.h>
#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
QT_BEGIN_HEADER

View file

@ -42,14 +42,7 @@
#ifndef QTEXTSTREAM_H
#define QTEXTSTREAM_H
#include <QtCore/qiodevice.h>
#include <QtCore/qstring.h>
#include <QtCore/qchar.h>
#include <QtCore/qlocale.h>
#include <QtCore/qscopedpointer.h>
#ifndef QT_NO_TEXTCODEC
#endif
#include <stdio.h>

View file

@ -42,10 +42,6 @@
#ifndef QURL_H
#define QURL_H
#include <QtCore/qbytearray.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qpair.h>
#include <QtCore/qstring.h>
#include <QtCore/qhash.h>
QT_BEGIN_HEADER

View file

@ -43,7 +43,6 @@
#define QTRANSLATOR_H
#include <QtCore/qobject.h>
#include <QtCore/qbytearray.h>
QT_BEGIN_HEADER

View file

@ -42,13 +42,10 @@
#ifndef QVARIANT_H
#define QVARIANT_H
#include <QtCore/qatomic.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qlist.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qmap.h>
#include <QtCore/qhash.h>
#include <QtCore/qstring.h>
#include <QtCore/qmap.h>
QT_BEGIN_HEADER

View file

@ -42,10 +42,7 @@
#ifndef QHASH_H
#define QHASH_H
#include <QtCore/qatomic.h>
#include <QtCore/qchar.h>
#include <QtCore/qiterator.h>
#include <QtCore/qlist.h>
#include <QtCore/qpair.h>
QT_BEGIN_HEADER

View file

@ -42,9 +42,6 @@
#ifndef QVECTOR_H
#define QVECTOR_H
#include <QtCore/qiterator.h>
#include <QtCore/qatomic.h>
#include <QtCore/qalgorithms.h>
#include <QtCore/qlist.h>
#ifndef QT_NO_STL

View file

@ -46,9 +46,7 @@
#ifndef QT_NO_XMLSTREAM
#include <QtCore/qstring.h>
#include <QtCore/qvector.h>
#include <QtCore/qscopedpointer.h>
QT_BEGIN_HEADER