forked from qt-creator/qt-creator
Clean exported headers of the AnalzyerBase plugin.
Change-Id: Ieaff277fc307a3bd0b5426dff58a6598fd46bf46 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -33,10 +33,8 @@
|
||||
#define ANALYZERMANAGER_H
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
#include "analyzerconstants.h"
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
#include <QObject>
|
||||
|
||||
|
@@ -30,6 +30,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "analyzerplugin.h"
|
||||
#include "analyzerconstants.h"
|
||||
#include "analyzermanager.h"
|
||||
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
@@ -35,20 +35,14 @@
|
||||
#include "analyzerbase_global.h"
|
||||
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
#include <projectexplorer/task.h>
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
#include "analyzerstartparameters.h"
|
||||
|
||||
#include <projectexplorer/task.h>
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
#include <utils/outputformat.h>
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
namespace ProjectExplorer { class RunConfiguration; }
|
||||
|
||||
namespace Analyzer {
|
||||
|
||||
/**
|
||||
|
@@ -33,7 +33,7 @@
|
||||
#define IANALYZERTOOL_H
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
#include "analyzerstartparameters.h"
|
||||
#include "analyzerconstants.h"
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
@@ -47,6 +47,7 @@ namespace ProjectExplorer { class RunConfiguration; }
|
||||
|
||||
namespace Analyzer {
|
||||
|
||||
class AnalyzerStartParameters;
|
||||
class AnalyzerRunControl;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user