summaryrefslogtreecommitdiff
path: root/src/tools/clangbackend/source/sourcelocation.cpp
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-01-19 11:24:39 +0100
committerMarco Bubke <marco.bubke@qt.io>2022-01-20 11:33:21 +0000
commit7457d3d8b6945e14124cdd7517767a486af00ff7 (patch)
treecfca59ab23fdb2ee1c5290371ff8a65eb55ce084 /src/tools/clangbackend/source/sourcelocation.cpp
parentf8385f98c17e09f0dcc5036b79fa5afe9135369c (diff)
downloadqt-creator-7457d3d8b6945e14124cdd7517767a486af00ff7.tar.gz
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>
Diffstat (limited to 'src/tools/clangbackend/source/sourcelocation.cpp')
-rw-r--r--src/tools/clangbackend/source/sourcelocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clangbackend/source/sourcelocation.cpp b/src/tools/clangbackend/source/sourcelocation.cpp
index 108173bf94..ad52667dd6 100644
--- a/src/tools/clangbackend/source/sourcelocation.cpp
+++ b/src/tools/clangbackend/source/sourcelocation.cpp
@@ -31,7 +31,7 @@
#include <clangsupport/sourcelocationcontainer.h>
-#include <sqlite/utf8string.h>
+#include <clangsupport/utf8string.h>
#include <utils/textutils.h>