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

@@ -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;