forked from qt-creator/qt-creator
Analyzer: Clean headers.
Change-Id: Ib190e46e3b8b9b3331f9c5170059b6453ac839b4 Reviewed-on: http://codereview.qt.nokia.com/3094 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -37,12 +37,12 @@
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
#include "analyzerconstants.h"
|
||||
#include "projectexplorer/runconfiguration.h"
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QDockWidget;
|
||||
class QAction;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
|
@@ -41,6 +41,8 @@
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtGui/QLabel>
|
||||
#include <QtGui/QVBoxLayout>
|
||||
#include <QtGui/QComboBox>
|
||||
#include <QtGui/QPushButton>
|
||||
|
||||
namespace Analyzer {
|
||||
|
||||
|
@@ -40,8 +40,10 @@
|
||||
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
|
||||
#include <QtGui/QComboBox>
|
||||
#include <QtGui/QPushButton>
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QComboBox;
|
||||
class QPushButton;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
class DetailsWidget;
|
||||
|
@@ -37,8 +37,6 @@
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
|
||||
#include <utils/ssh/sshconnection.h>
|
||||
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
#include <projectexplorer/task.h>
|
||||
|
||||
|
@@ -39,7 +39,6 @@
|
||||
#include "analyzerstartparameters.h"
|
||||
|
||||
#include <projectexplorer/task.h>
|
||||
#include <utils/ssh/sshconnection.h>
|
||||
#include <utils/outputformat.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
@@ -34,9 +34,10 @@
|
||||
|
||||
#include "ui_startremotedialog.h"
|
||||
|
||||
#include <QtGui/QPushButton>
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <utils/ssh/sshconnection.h>
|
||||
|
||||
#include <QtGui/QPushButton>
|
||||
|
||||
namespace Analyzer {
|
||||
|
||||
|
@@ -35,10 +35,12 @@
|
||||
|
||||
#include "analyzerbase_global.h"
|
||||
|
||||
#include <utils/ssh/sshconnection.h>
|
||||
|
||||
#include <QtGui/QDialog>
|
||||
|
||||
namespace Utils {
|
||||
class SshConnectionParameters;
|
||||
}
|
||||
|
||||
namespace Analyzer {
|
||||
|
||||
namespace Ui {
|
||||
|
@@ -34,7 +34,6 @@
|
||||
#define COMMONVCSSETTINGS_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSettings;
|
||||
|
Reference in New Issue
Block a user