Clean exported headers of the AnalzyerBase plugin.

Change-Id: Ieaff277fc307a3bd0b5426dff58a6598fd46bf46
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Friedemann Kleint
2015-03-02 15:46:04 +01:00
committed by hjk
parent 4ad3a9564b
commit 4072172dbc
4 changed files with 3 additions and 9 deletions

View File

@@ -33,10 +33,8 @@
#define ANALYZERMANAGER_H #define ANALYZERMANAGER_H
#include "analyzerbase_global.h" #include "analyzerbase_global.h"
#include "analyzerconstants.h"
#include <coreplugin/id.h> #include <coreplugin/id.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <QObject> #include <QObject>

View File

@@ -30,6 +30,7 @@
****************************************************************************/ ****************************************************************************/
#include "analyzerplugin.h" #include "analyzerplugin.h"
#include "analyzerconstants.h"
#include "analyzermanager.h" #include "analyzermanager.h"
#include <projectexplorer/projectexplorer.h> #include <projectexplorer/projectexplorer.h>

View File

@@ -35,20 +35,14 @@
#include "analyzerbase_global.h" #include "analyzerbase_global.h"
#include <projectexplorer/runconfiguration.h> #include <projectexplorer/runconfiguration.h>
#include <projectexplorer/task.h>
#include "analyzerbase_global.h"
#include "analyzerstartparameters.h" #include "analyzerstartparameters.h"
#include <projectexplorer/task.h>
#include <projectexplorer/runconfiguration.h>
#include <utils/outputformat.h> #include <utils/outputformat.h>
#include <QObject> #include <QObject>
#include <QString> #include <QString>
namespace ProjectExplorer { class RunConfiguration; }
namespace Analyzer { namespace Analyzer {
/** /**

View File

@@ -33,7 +33,7 @@
#define IANALYZERTOOL_H #define IANALYZERTOOL_H
#include "analyzerbase_global.h" #include "analyzerbase_global.h"
#include "analyzerstartparameters.h" #include "analyzerconstants.h"
#include <coreplugin/id.h> #include <coreplugin/id.h>
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
@@ -47,6 +47,7 @@ namespace ProjectExplorer { class RunConfiguration; }
namespace Analyzer { namespace Analyzer {
class AnalyzerStartParameters;
class AnalyzerRunControl; class AnalyzerRunControl;
/** /**