forked from qt-creator/qt-creator
Clean headers in AnalyerBase.
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ied1c1e4c2569cf021b308e0529bcca591e87746e Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -30,12 +30,7 @@
|
||||
|
||||
#include "analyzermanager.h"
|
||||
|
||||
#include "analyzerconstants.h"
|
||||
#include "analyzerplugin.h"
|
||||
#include "analyzerruncontrol.h"
|
||||
#include "analyzeroptionspage.h"
|
||||
#include "analyzerstartparameters.h"
|
||||
#include "analyzerutils.h"
|
||||
#include "ianalyzertool.h"
|
||||
#include "analyzersettings.h"
|
||||
|
||||
@@ -43,34 +38,24 @@
|
||||
#include <coreplugin/findplaceholder.h>
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/imode.h>
|
||||
#include <coreplugin/minisplitter.h>
|
||||
#include <coreplugin/modemanager.h>
|
||||
#include <coreplugin/navigationwidget.h>
|
||||
#include <coreplugin/outputpane.h>
|
||||
#include <coreplugin/rightpane.h>
|
||||
#include <coreplugin/id.h>
|
||||
#include <coreplugin/actionmanager/actioncontainer.h>
|
||||
#include <coreplugin/actionmanager/actionmanager.h>
|
||||
#include <coreplugin/actionmanager/command.h>
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
#include <projectexplorer/buildconfiguration.h>
|
||||
#include <projectexplorer/iprojectmanager.h>
|
||||
#include <projectexplorer/target.h>
|
||||
#include <projectexplorer/session.h>
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
#include <utils/fancymainwindow.h>
|
||||
#include <utils/styledbar.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/checkablemessagebox.h>
|
||||
#include <utils/statuslabel.h>
|
||||
#include <ssh/sshconnection.h>
|
||||
|
||||
#include <QVariant>
|
||||
#include <QDebug>
|
||||
@@ -78,15 +63,10 @@
|
||||
#include <QVBoxLayout>
|
||||
#include <QDockWidget>
|
||||
#include <QAction>
|
||||
#include <QMenu>
|
||||
#include <QMenuBar>
|
||||
#include <QToolButton>
|
||||
#include <QComboBox>
|
||||
#include <QStackedWidget>
|
||||
#include <QDialog>
|
||||
#include <QApplication>
|
||||
#include <QLabel>
|
||||
#include <QCheckBox>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QPointer>
|
||||
#include <QPushButton>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
#include "analyzerconstants.h"
|
||||
#include <coreplugin/id.h>
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -29,11 +29,8 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "analyzeroptionspage.h"
|
||||
#include "analyzerconstants.h"
|
||||
#include "analyzersettings.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include <QWidget>
|
||||
|
||||
@@ -29,23 +29,13 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "analyzerplugin.h"
|
||||
#include "analyzerconstants.h"
|
||||
#include "analyzermanager.h"
|
||||
#include "ianalyzertool.h"
|
||||
#include "analyzerruncontrolfactory.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/imode.h>
|
||||
#include <coreplugin/coreconstants.h>
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/task.h>
|
||||
#include <projectexplorer/taskhub.h>
|
||||
|
||||
#include <QtPlugin>
|
||||
#include <QMessageBox>
|
||||
#include <QApplication>
|
||||
|
||||
using namespace Analyzer;
|
||||
using namespace Analyzer::Internal;
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "analyzersettings.h"
|
||||
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
|
||||
#include <utils/detailswidget.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
@@ -29,18 +29,13 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "analyzerruncontrol.h"
|
||||
#include "analyzerconstants.h"
|
||||
#include "ianalyzerengine.h"
|
||||
#include "ianalyzertool.h"
|
||||
#include "analyzermanager.h"
|
||||
#include "analyzerstartparameters.h"
|
||||
|
||||
#include <projectexplorer/localapplicationrunconfiguration.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/task.h>
|
||||
#include <projectexplorer/taskhub.h>
|
||||
#include <coreplugin/ioutputpane.h>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
@@ -35,9 +35,6 @@
|
||||
#include "ianalyzertool.h"
|
||||
#include "analyzerstartparameters.h"
|
||||
|
||||
#include <projectexplorer/localapplicationrunconfiguration.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QAction>
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#define ANALYZERRUNCONTROLFACTORY_H
|
||||
|
||||
#include <analyzerbase/analyzerruncontrol.h>
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
|
||||
namespace Analyzer {
|
||||
namespace Internal {
|
||||
|
||||
@@ -32,11 +32,9 @@
|
||||
#define ANALYZER_INTERNAL_ANALYZERSETTINGS_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
|
||||
namespace Analyzer {
|
||||
|
||||
@@ -31,24 +31,14 @@
|
||||
|
||||
#include "analyzerconstants.h"
|
||||
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <coreplugin/icore.h>
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/itexteditor.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <cplusplus/ExpressionUnderCursor.h>
|
||||
#include <cpptools/ModelManagerInterface.h>
|
||||
#include <cplusplus/LookupItem.h>
|
||||
#include <cplusplus/TypeOfExpression.h>
|
||||
|
||||
// shared/cplusplus includes
|
||||
#include <Scope.h>
|
||||
#include <Symbol.h>
|
||||
|
||||
#include <QTextDocumentFragment>
|
||||
#include <QTextCursor>
|
||||
#include <QWidget>
|
||||
|
||||
using namespace Analyzer;
|
||||
using namespace Core;
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "ianalyzertool.h"
|
||||
#include "analyzermanager.h"
|
||||
|
||||
using namespace Core;
|
||||
|
||||
|
||||
@@ -32,10 +32,8 @@
|
||||
#define IANALYZERTOOL_H
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
#include "analyzerconstants.h"
|
||||
#include "analyzerstartparameters.h"
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -30,18 +30,14 @@
|
||||
#include "startremotedialog.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/id.h>
|
||||
#include <projectexplorer/kitchooser.h>
|
||||
#include <projectexplorer/kitinformation.h>
|
||||
#include <ssh/sshconnection.h>
|
||||
#include <utils/pathchooser.h>
|
||||
|
||||
#include <QDialogButtonBox>
|
||||
#include <QFormLayout>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
#include <QPushButton>
|
||||
#include <QSpinBox>
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
using namespace Utils;
|
||||
|
||||
Reference in New Issue
Block a user