diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2011-07-27 17:15:56 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2011-07-27 17:24:44 +0200 |
commit | 19ea4da35a842aa0a2ac7cdd5bdd3fc0d2d952c3 (patch) | |
tree | 26e5229c5cb2fb4e506dd5a00606a5d3edba4085 /src/plugins/remotelinux/remotelinuxplugin.cpp | |
parent | cacd12be0bbc5eecf0de23c38275f40e71d23b12 (diff) | |
download | qt-creator-19ea4da35a842aa0a2ac7cdd5bdd3fc0d2d952c3.tar.gz |
RemoteLinux: Remote environment refactoring.
Removes Maemo dependencies from generic code.
Change-Id: I6348b452c3a5974b652a5c717ffd0818519f8d85
Reviewed-on: http://codereview.qt.nokia.com/2298
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxplugin.cpp')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxplugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxplugin.cpp b/src/plugins/remotelinux/remotelinuxplugin.cpp index 24c3629734..e56c7c87e2 100644 --- a/src/plugins/remotelinux/remotelinuxplugin.cpp +++ b/src/plugins/remotelinux/remotelinuxplugin.cpp @@ -39,7 +39,6 @@ #include "maemoconstants.h" #include "maemodeploystepfactory.h" #include "linuxdeviceconfigurations.h" -#include "maemoglobal.h" #include "maemopackagecreationfactory.h" #include "maemopublishingwizardfactories.h" #include "maemoqemumanager.h" |