Clean headers in RemoteLinux.

Ran script to remove inludes on a trial-and-error basis and
manually corrected it.

Change-Id: Ie7559562218ecab65da17f58e3515556a4a1d5c5
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Friedemann Kleint
2013-04-02 15:48:40 +02:00
parent a78bc196ae
commit ebfb3bbca7
28 changed files with 2 additions and 70 deletions

View File

@@ -34,10 +34,8 @@
#include <debugger/debuggerengine.h>
#include <debugger/debuggerstartparameters.h>
#include <debugger/debuggerkitinformation.h>
#include <projectexplorer/abi.h>
#include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
#include <projectexplorer/kit.h>
#include <projectexplorer/project.h>
#include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h>
@@ -46,7 +44,6 @@
#include <utils/qtcassert.h>
#include <QPointer>
#include <QSharedPointer>
using namespace QSsh;
using namespace Debugger;