FakeVim: Remove unneded include

This commit is contained in:
dt
2010-09-30 17:44:16 +02:00
parent b9868d859c
commit d8a9af9fbe

View File

@@ -50,7 +50,6 @@
#include <coreplugin/statusbarmanager.h> #include <coreplugin/statusbarmanager.h>
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/session.h>
#include <texteditor/basetextdocumentlayout.h> #include <texteditor/basetextdocumentlayout.h>
#include <texteditor/basetexteditor.h> #include <texteditor/basetexteditor.h>
@@ -90,8 +89,6 @@
using namespace FakeVim::Internal; using namespace FakeVim::Internal;
using namespace TextEditor; using namespace TextEditor;
using namespace Core; using namespace Core;
using namespace ProjectExplorer;
namespace FakeVim { namespace FakeVim {
namespace Constants { namespace Constants {