diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-08-18 13:46:52 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-08-18 13:47:33 +0200 |
commit | cc632c15978874e7d5b560776d41cfbd949fe88a (patch) | |
tree | 4431916896e80115e7e475db15aff3848fd1b502 /src/plugins/remotelinux/remotelinuxruncontrol.cpp | |
parent | e43496944607a975c6ce2a5844bdc8bc861f02ee (diff) | |
download | qt-creator-cc632c15978874e7d5b560776d41cfbd949fe88a.tar.gz |
Header cleanup in ProjectExplorer.
Change-Id: I19f100003427ba43aaae5ba0dc7078088017cb09
Reviewed-on: http://codereview.qt.nokia.com/3178
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxruncontrol.cpp')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxruncontrol.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxruncontrol.cpp b/src/plugins/remotelinux/remotelinuxruncontrol.cpp index 2935a369aa..f0e441178c 100644 --- a/src/plugins/remotelinux/remotelinuxruncontrol.cpp +++ b/src/plugins/remotelinux/remotelinuxruncontrol.cpp @@ -37,9 +37,11 @@ #include <projectexplorer/projectexplorerconstants.h> #include <utils/qtcassert.h> -#include <QtCore/QString> +#include <QtGui/QIcon> #include <QtGui/QMessageBox> +#include <QtCore/QString> + using namespace ProjectExplorer; namespace RemoteLinux { |