From 62605b16b0fd6a4a9429b8b185242f91eae67581 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 12 May 2019 02:20:12 +0200 Subject: tdf#42949 Fix IWYU warnings in stoc/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I3c1b091d30449243faec3f875e6f0ac6d8b34259 Reviewed-on: https://gerrit.libreoffice.org/72214 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- stoc/source/corereflection/crcomp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/source/corereflection/crcomp.cxx') diff --git a/stoc/source/corereflection/crcomp.cxx b/stoc/source/corereflection/crcomp.cxx index de73774efef8..0e05a88192fb 100644 --- a/stoc/source/corereflection/crcomp.cxx +++ b/stoc/source/corereflection/crcomp.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include +#include #include #include -- cgit