From 7457d3d8b6945e14124cdd7517767a486af00ff7 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Wed, 19 Jan 2022 11:24:39 +0100 Subject: 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 Reviewed-by: Eike Ziller --- src/tools/clangbackend/source/sourcelocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/clangbackend/source/sourcelocation.cpp') 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 -#include +#include #include -- cgit v1.2.1