aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/sessionmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/sessionmodel.cpp')
-rw-r--r--src/plugins/projectexplorer/sessionmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/sessionmodel.cpp b/src/plugins/projectexplorer/sessionmodel.cpp
index 5ba79dbf80..b0d847e7df 100644
--- a/src/plugins/projectexplorer/sessionmodel.cpp
+++ b/src/plugins/projectexplorer/sessionmodel.cpp
@@ -29,7 +29,6 @@
#include "sessiondialog.h"
#include <coreplugin/actionmanager/actionmanager.h>
-#include <coreplugin/id.h>
#include <utils/algorithm.h>
#include <utils/fileutils.h>
@@ -39,6 +38,7 @@
#include <QDir>
using namespace Core;
+using namespace Utils;
namespace ProjectExplorer {
namespace Internal {