Editors: Compile fix for MSVC2010

Change-Id: I1a4c254b9de701fdfa5d0912d3228494b9ccd627
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Robert Loehning
2014-07-24 12:51:20 +02:00
parent ff33e989c7
commit dd1197aa7f
2 changed files with 3 additions and 4 deletions

View File

@@ -29,9 +29,9 @@
#include "editorarea.h"
#include "coreconstants.h"
#include "icontext.h"
#include "icore.h"
#include <coreplugin/coreconstants.h>
#include <coreplugin/icontext.h>
#include <coreplugin/icore.h>
namespace Core {
namespace Internal {

View File

@@ -34,7 +34,6 @@
#include "editorarea.h"
#include "editormanager.h"
#include "editorview.h"
#include "idocument.h"
#include "ieditor.h"
#include <coreplugin/idocument.h>