diff options
author | Marco Bubke <marco.bubke@qt.io> | 2022-01-19 11:24:39 +0100 |
---|---|---|
committer | Marco Bubke <marco.bubke@qt.io> | 2022-01-20 11:33:21 +0000 |
commit | 7457d3d8b6945e14124cdd7517767a486af00ff7 (patch) | |
tree | cfca59ab23fdb2ee1c5290371ff8a65eb55ce084 /src/tools/clangbackend/source/sourcelocation.cpp | |
parent | f8385f98c17e09f0dcc5036b79fa5afe9135369c (diff) | |
download | qt-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.cpp | 2 |
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> |