forked from qt-creator/qt-creator
ClangSupport: Break artificial dependency to Sqlite
Since the Sqlite library is not used anymore in clang there was only an dependency to the Utf8String in ClangSupport. As we move Utf8String and Utf8StringVector to ClangSupport we can break the dependency to Sqlite. Change-Id: I0012906345bc49a48a7262c1d6e204fb8aff01e1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <clangsupport/codecompletion.h>
|
||||
|
||||
#include <sqlite/utf8string.h>
|
||||
#include <clangsupport/utf8string.h>
|
||||
|
||||
#include <QString>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user