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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user