forked from qt-creator/qt-creator
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:
@@ -34,7 +34,6 @@
|
||||
|
||||
#include "android_global.h"
|
||||
#include <projectexplorer/abstractprocessstep.h>
|
||||
#include <qtsupport/baseqtversion.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QAbstractItemModel;
|
||||
|
@@ -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;
|
||||
|
@@ -29,6 +29,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "androidmanager.h"
|
||||
#include "androidconstants.h"
|
||||
#include "androiddeployconfiguration.h"
|
||||
#include "androidconfigurations.h"
|
||||
#include "androidrunconfiguration.h"
|
||||
|
@@ -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;
|
||||
|
@@ -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
|
||||
|
@@ -32,8 +32,6 @@
|
||||
#define ANDROIDRUNCONFIGURATION_H
|
||||
|
||||
#include "android_global.h"
|
||||
#include "androidconstants.h"
|
||||
#include "androidconfigurations.h"
|
||||
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
|
||||
|
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "remotelinuxenvironmentaspect.h"
|
||||
|
||||
#include "abstractremotelinuxrunconfiguration.h"
|
||||
#include "remotelinuxenvironmentaspectwidget.h"
|
||||
|
||||
namespace RemoteLinux {
|
||||
|
@@ -31,8 +31,6 @@
|
||||
#ifndef REMOTELINUXENVIRONMENTASPECT_H
|
||||
#define REMOTELINUXENVIRONMENTASPECT_H
|
||||
|
||||
#include "abstractremotelinuxrunconfiguration.h"
|
||||
|
||||
#include "remotelinux_export.h"
|
||||
|
||||
#include <projectexplorer/environmentaspect.h>
|
||||
|
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "remotelinuxenvironmentaspectwidget.h"
|
||||
|
||||
#include "remotelinuxrunconfiguration.h"
|
||||
#include "remotelinuxenvironmentreader.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
@@ -37,7 +37,6 @@
|
||||
#include <ssh/sshconnection.h>
|
||||
|
||||
namespace QSsh {
|
||||
class SshConnectionParameters;
|
||||
class SshRemoteProcessRunner;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user