forked from qt-creator/qt-creator
ClangCodeModel: Fix compile
Change-Id: I648ebd8d898cab3bb121eabf96f2de3d4b28842c Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
|
||||
#include "clangcodemodelplugin.h"
|
||||
|
||||
#include "clangbatchfileprocessor.h"
|
||||
#include "clangconstants.h"
|
||||
#include "clangprojectsettingswidget.h"
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
# include "test/clangbatchfileprocessor.h"
|
||||
# include "test/clangcodecompletion_test.h"
|
||||
#endif
|
||||
|
||||
|
@@ -25,8 +25,8 @@
|
||||
|
||||
#include "clangautomationutils.h"
|
||||
|
||||
#include "clangcompletionassistinterface.h"
|
||||
#include "clangcompletionassistprovider.h"
|
||||
#include "../clangcompletionassistinterface.h"
|
||||
#include "../clangcompletionassistprovider.h"
|
||||
|
||||
#include <texteditor/codeassist/assistinterface.h>
|
||||
#include <texteditor/codeassist/assistproposalitem.h>
|
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "clangcodecompletion_test.h"
|
||||
|
||||
#include "../clangautomationutils.h"
|
||||
#include "clangautomationutils.h"
|
||||
#include "../clangbackendipcintegration.h"
|
||||
#include "../clangcompletionassistinterface.h"
|
||||
#include "../clangmodelmanagersupport.h"
|
||||
|
Reference in New Issue
Block a user