diff --git a/src/plugins/remotelinux/maemodeployables.cpp b/src/plugins/remotelinux/maemodeployables.cpp
index c0a0621093bedbcbb0719583e60f3155e7bb14ad..83be56a5822b5d6acdaadfe2093b65dbc76ee493 100644
--- a/src/plugins/remotelinux/maemodeployables.cpp
+++ b/src/plugins/remotelinux/maemodeployables.cpp
@@ -33,7 +33,6 @@
 
 #include "maemoprofilesupdatedialog.h"
 
-#include <proparser/profileevaluator.h>
 #include <projectexplorer/buildstep.h>
 #include <qt4projectmanager/qt4buildconfiguration.h>
 #include <qt4projectmanager/qt4project.h>
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index 7a61fa5de24a9eee7f14025df26c31648632c29f..ee92913df6ff55b2e793bb4a95a98c6d500c717b 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -2,7 +2,6 @@ TEMPLATE = lib
 TARGET = RemoteLinux
 
 include(../../qtcreatorplugin.pri)
-include(../../shared/proparser/proparser.pri)
 include(remotelinux_dependencies.pri)
 
 message(target.path = $$target.path)