Skip to content
Snippets Groups Projects
Commit 22e65369 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Analyzer: Clean headers.

Change-Id: Ib190e46e3b8b9b3331f9c5170059b6453ac839b4
Reviewed-on: http://codereview.qt.nokia.com/3094


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
parent 1b93bdca
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment