From ede6b3a780d60edd0357f3ea2426764c0ed13e6b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2019 10:15:36 +0200 Subject: Remove spurious #include (which appears to be unused and caused compilation failure on Windows) Change-Id: Ice6882d98da3bac1f53e869b73ab179df93280fa Reviewed-on: https://gerrit.libreoffice.org/79925 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- compilerplugins/clang/stringconcatauto.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/stringconcatauto.cxx b/compilerplugins/clang/stringconcatauto.cxx index 0e708d4f6369..6d20f2fd0e14 100644 --- a/compilerplugins/clang/stringconcatauto.cxx +++ b/compilerplugins/clang/stringconcatauto.cxx @@ -23,8 +23,6 @@ and so their lifecycle should not extend the lifecycle of those temporaries. #include "plugin.hxx" #include "check.hxx" -#include - namespace loplugin { -- cgit