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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user