forked from qt-creator/qt-creator
Fix Krazy warnings about duplicate includes.
Change-Id: Ied32236a84d20225b1ca4a192f3a346fbfbd09b4 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -65,7 +65,6 @@
|
|||||||
#include "informationchangedcommand.h"
|
#include "informationchangedcommand.h"
|
||||||
#include "pixmapchangedcommand.h"
|
#include "pixmapchangedcommand.h"
|
||||||
#include "commondefines.h"
|
#include "commondefines.h"
|
||||||
#include "childrenchangeeventfilter.h"
|
|
||||||
#include "changestatecommand.h"
|
#include "changestatecommand.h"
|
||||||
#include "childrenchangedcommand.h"
|
#include "childrenchangedcommand.h"
|
||||||
#include "completecomponentcommand.h"
|
#include "completecomponentcommand.h"
|
||||||
|
|||||||
@@ -52,7 +52,6 @@
|
|||||||
#include "informationchangedcommand.h"
|
#include "informationchangedcommand.h"
|
||||||
#include "pixmapchangedcommand.h"
|
#include "pixmapchangedcommand.h"
|
||||||
#include "commondefines.h"
|
#include "commondefines.h"
|
||||||
#include "childrenchangeeventfilter.h"
|
|
||||||
#include "changestatecommand.h"
|
#include "changestatecommand.h"
|
||||||
#include "childrenchangedcommand.h"
|
#include "childrenchangedcommand.h"
|
||||||
#include "completecomponentcommand.h"
|
#include "completecomponentcommand.h"
|
||||||
|
|||||||
@@ -52,7 +52,6 @@
|
|||||||
#include "informationchangedcommand.h"
|
#include "informationchangedcommand.h"
|
||||||
#include "pixmapchangedcommand.h"
|
#include "pixmapchangedcommand.h"
|
||||||
#include "commondefines.h"
|
#include "commondefines.h"
|
||||||
#include "childrenchangeeventfilter.h"
|
|
||||||
#include "changestatecommand.h"
|
#include "changestatecommand.h"
|
||||||
#include "childrenchangedcommand.h"
|
#include "childrenchangedcommand.h"
|
||||||
#include "completecomponentcommand.h"
|
#include "completecomponentcommand.h"
|
||||||
|
|||||||
@@ -65,7 +65,6 @@
|
|||||||
#include "informationchangedcommand.h"
|
#include "informationchangedcommand.h"
|
||||||
#include "pixmapchangedcommand.h"
|
#include "pixmapchangedcommand.h"
|
||||||
#include "commondefines.h"
|
#include "commondefines.h"
|
||||||
#include "childrenchangeeventfilter.h"
|
|
||||||
#include "changestatecommand.h"
|
#include "changestatecommand.h"
|
||||||
#include "childrenchangedcommand.h"
|
#include "childrenchangedcommand.h"
|
||||||
#include "completecomponentcommand.h"
|
#include "completecomponentcommand.h"
|
||||||
|
|||||||
@@ -66,7 +66,6 @@
|
|||||||
#include "informationchangedcommand.h"
|
#include "informationchangedcommand.h"
|
||||||
#include "pixmapchangedcommand.h"
|
#include "pixmapchangedcommand.h"
|
||||||
#include "commondefines.h"
|
#include "commondefines.h"
|
||||||
#include "childrenchangeeventfilter.h"
|
|
||||||
#include "changestatecommand.h"
|
#include "changestatecommand.h"
|
||||||
#include "childrenchangedcommand.h"
|
#include "childrenchangedcommand.h"
|
||||||
#include "completecomponentcommand.h"
|
#include "completecomponentcommand.h"
|
||||||
|
|||||||
@@ -66,7 +66,6 @@
|
|||||||
#include "informationchangedcommand.h"
|
#include "informationchangedcommand.h"
|
||||||
#include "pixmapchangedcommand.h"
|
#include "pixmapchangedcommand.h"
|
||||||
#include "commondefines.h"
|
#include "commondefines.h"
|
||||||
#include "childrenchangeeventfilter.h"
|
|
||||||
#include "changestatecommand.h"
|
#include "changestatecommand.h"
|
||||||
#include "childrenchangedcommand.h"
|
#include "childrenchangedcommand.h"
|
||||||
#include "completecomponentcommand.h"
|
#include "completecomponentcommand.h"
|
||||||
|
|||||||
@@ -47,7 +47,6 @@
|
|||||||
#include <NameVisitor.h>
|
#include <NameVisitor.h>
|
||||||
#include <TypeVisitor.h>
|
#include <TypeVisitor.h>
|
||||||
#include <CoreTypes.h>
|
#include <CoreTypes.h>
|
||||||
#include <LookupContext.h>
|
|
||||||
|
|
||||||
#include <QByteArray>
|
#include <QByteArray>
|
||||||
#include <QBitArray>
|
#include <QBitArray>
|
||||||
|
|||||||
@@ -35,13 +35,11 @@
|
|||||||
#include <QFontComboBox>
|
#include <QFontComboBox>
|
||||||
#include <QComboBox>
|
#include <QComboBox>
|
||||||
#include <QSpinBox>
|
#include <QSpinBox>
|
||||||
#include <QToolButton>
|
|
||||||
#include <QHBoxLayout>
|
#include <QHBoxLayout>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include <QGridLayout>
|
#include <QGridLayout>
|
||||||
#include <QToolButton>
|
|
||||||
#include <QGraphicsEffect>
|
#include <QGraphicsEffect>
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
#include "contextpanetextwidget.h"
|
#include "contextpanetextwidget.h"
|
||||||
|
|||||||
@@ -37,7 +37,6 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <qdeclarative.h>
|
|
||||||
#include "qstyleplugin.h"
|
#include "qstyleplugin.h"
|
||||||
#include "qstyleitem.h"
|
#include "qstyleitem.h"
|
||||||
#include "qrangemodel.h"
|
#include "qrangemodel.h"
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
#include "macrosconstants.h"
|
#include "macrosconstants.h"
|
||||||
#include "macromanager.h"
|
#include "macromanager.h"
|
||||||
#include "macro.h"
|
#include "macro.h"
|
||||||
#include "macrosconstants.h"
|
|
||||||
|
|
||||||
#include <coreplugin/icore.h>
|
#include <coreplugin/icore.h>
|
||||||
#include <coreplugin/coreconstants.h>
|
#include <coreplugin/coreconstants.h>
|
||||||
|
|||||||
@@ -73,7 +73,6 @@
|
|||||||
#include "session.h"
|
#include "session.h"
|
||||||
#include "projectnodes.h"
|
#include "projectnodes.h"
|
||||||
#include "sessiondialog.h"
|
#include "sessiondialog.h"
|
||||||
#include "target.h"
|
|
||||||
#include "projectexplorersettingspage.h"
|
#include "projectexplorersettingspage.h"
|
||||||
#include "projectwelcomepage.h"
|
#include "projectwelcomepage.h"
|
||||||
#include "corelistenercheckingforrunningbuild.h"
|
#include "corelistenercheckingforrunningbuild.h"
|
||||||
|
|||||||
@@ -64,7 +64,6 @@
|
|||||||
#include <QPlainTextEdit>
|
#include <QPlainTextEdit>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
#include <QScrollArea>
|
#include <QScrollArea>
|
||||||
#include <QTabWidget>
|
|
||||||
#include <QToolButton>
|
#include <QToolButton>
|
||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
#include <QClipboard>
|
#include <QClipboard>
|
||||||
|
|||||||
Reference in New Issue
Block a user