Clean exported headers of the Remote Linux, Android plugins.

Change-Id: Ie7825b9c7f3e131a8afaebbd4c245f1227c8dcd4
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Friedemann Kleint
2015-03-05 11:56:15 +01:00
parent cdb369931e
commit a1abbb983b
10 changed files with 17 additions and 18 deletions

View File

@@ -34,7 +34,6 @@
#include "android_global.h"
#include <projectexplorer/abstractprocessstep.h>
#include <qtsupport/baseqtversion.h>
QT_BEGIN_NAMESPACE
class QAbstractItemModel;

View File

@@ -41,16 +41,18 @@
#include <QMap>
#include <QFutureInterface>
#include <projectexplorer/abi.h>
#include <utils/fileutils.h>
#include <utils/environment.h>
QT_BEGIN_NAMESPACE
class QSettings;
QT_END_NAMESPACE
namespace ProjectExplorer { class Project; }
namespace ProjectExplorer {
class Abi;
class Project;
}
namespace Utils { class Environment; }
namespace Android {
class AndroidPlugin;

View File

@@ -29,6 +29,7 @@
****************************************************************************/
#include "androidmanager.h"
#include "androidconstants.h"
#include "androiddeployconfiguration.h"
#include "androidconfigurations.h"
#include "androidrunconfiguration.h"

View File

@@ -32,7 +32,6 @@
#define ANDROIDMANAGER_H
#include "android_global.h"
#include <utils/fileutils.h>
#include <QPair>
#include <QObject>
@@ -43,6 +42,8 @@ class Kit;
class Target;
}
namespace Utils { class FileName; }
namespace Android {
class AndroidQtSupport;

View File

@@ -31,21 +31,20 @@
#ifndef ANDROIDSUPPORT_H
#define ANDROIDSUPPORT_H
#include "android_global.h"
#include <QObject>
#include <QList>
#include <projectexplorer/project.h>
#include <utils/fileutils.h>
#include "android_global.h"
namespace ProjectExplorer {
class Target;
class DeployConfiguration;
class ProcessParameters;
class Project;
class Target;
}
namespace Utils { class FileName; }
namespace Android {
class ANDROID_EXPORT AndroidQtSupport : public QObject

View File

@@ -32,8 +32,6 @@
#define ANDROIDRUNCONFIGURATION_H
#include "android_global.h"
#include "androidconstants.h"
#include "androidconfigurations.h"
#include <projectexplorer/runconfiguration.h>

View File

@@ -30,6 +30,7 @@
#include "remotelinuxenvironmentaspect.h"
#include "abstractremotelinuxrunconfiguration.h"
#include "remotelinuxenvironmentaspectwidget.h"
namespace RemoteLinux {

View File

@@ -31,8 +31,6 @@
#ifndef REMOTELINUXENVIRONMENTASPECT_H
#define REMOTELINUXENVIRONMENTASPECT_H
#include "abstractremotelinuxrunconfiguration.h"
#include "remotelinux_export.h"
#include <projectexplorer/environmentaspect.h>

View File

@@ -30,6 +30,7 @@
#include "remotelinuxenvironmentaspectwidget.h"
#include "remotelinuxrunconfiguration.h"
#include "remotelinuxenvironmentreader.h"
#include <QCoreApplication>

View File

@@ -37,7 +37,6 @@
#include <ssh/sshconnection.h>
namespace QSsh {
class SshConnectionParameters;
class SshRemoteProcessRunner;
}