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 "android_global.h"
#include <projectexplorer/abstractprocessstep.h> #include <projectexplorer/abstractprocessstep.h>
#include <qtsupport/baseqtversion.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
class QAbstractItemModel; class QAbstractItemModel;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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