From d8a9af9fbef99540e19c656027c61feedbb84e49 Mon Sep 17 00:00:00 2001
From: dt <qtc-committer@nokia.com>
Date: Thu, 30 Sep 2010 17:44:16 +0200
Subject: [PATCH] FakeVim: Remove unneded include

---
 src/plugins/fakevim/fakevimplugin.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/plugins/fakevim/fakevimplugin.cpp b/src/plugins/fakevim/fakevimplugin.cpp
index f377d465391..2024be56a47 100644
--- a/src/plugins/fakevim/fakevimplugin.cpp
+++ b/src/plugins/fakevim/fakevimplugin.cpp
@@ -50,7 +50,6 @@
 #include <coreplugin/statusbarmanager.h>
 
 #include <projectexplorer/projectexplorerconstants.h>
-#include <projectexplorer/session.h>
 
 #include <texteditor/basetextdocumentlayout.h>
 #include <texteditor/basetexteditor.h>
@@ -90,8 +89,6 @@
 using namespace FakeVim::Internal;
 using namespace TextEditor;
 using namespace Core;
-using namespace ProjectExplorer;
-
 
 namespace FakeVim {
 namespace Constants {
-- 
GitLab