Fix build (windows)

Change-Id: Ic57f7f633b73abec26f1d6b9f62ff6d4612911ea
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Ivan Donchevskii
2017-06-14 15:53:32 +02:00
committed by Nikolai Kosjar
parent 33a2288c7d
commit 02194a5542

View File

@@ -26,6 +26,7 @@
#pragma once
#include <cpptools/projectpart.h>
#include <cpptools/cppcursorinfo.h>
#include <clangbackendipc/clangcodemodelconnectionclient.h>
#include <clangbackendipc/filecontainer.h>
@@ -45,10 +46,6 @@ class IEditor;
class IDocument;
}
namespace CppTools {
class CursorInfo;
}
namespace ClangBackEnd {
class DocumentAnnotationsChangedMessage;
}