summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-08-19 10:13:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-08-19 11:08:21 +0200
commit3e37f3db69c3c7e4b824fba7751cf6769d594984 (patch)
treecb85187f143602a5bf65b54d14b5a0e39e4e812b
parent1cbbf63b7670a3d85a5a29df6124467e954cc7e9 (diff)
Remove unused include
Change-Id: I019148e0823e68ccbb1cf60f6eac9e69b634515b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100973 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--compilerplugins/clang/test/stringstatic.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/test/stringstatic.cxx b/compilerplugins/clang/test/stringstatic.cxx
index 73fd38ec629a..7d8522ecd13b 100644
--- a/compilerplugins/clang/test/stringstatic.cxx
+++ b/compilerplugins/clang/test/stringstatic.cxx
@@ -7,7 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
// expected-error@+1 {{rather declare this using OUStringLiteral/OStringLiteral/char[] [loplugin:stringstatic]}}