diff --git a/src/plugins/projectexplorer/projectexplorer.pro b/src/plugins/projectexplorer/projectexplorer.pro index 2f1c57ce920..e8f612281ec 100644 --- a/src/plugins/projectexplorer/projectexplorer.pro +++ b/src/plugins/projectexplorer/projectexplorer.pro @@ -2,7 +2,6 @@ TEMPLATE = lib TARGET = ProjectExplorer QT += xml \ script \ - network \ declarative include(../../qtcreatorplugin.pri) include(projectexplorer_dependencies.pri) diff --git a/src/plugins/projectexplorer/userfileaccessor.cpp b/src/plugins/projectexplorer/userfileaccessor.cpp index 6ccd49358f3..52a647f2c20 100644 --- a/src/plugins/projectexplorer/userfileaccessor.cpp +++ b/src/plugins/projectexplorer/userfileaccessor.cpp @@ -49,7 +49,6 @@ #include #include #include -#include using namespace ProjectExplorer;