From 54d63ea296fa7598711226af2ce2ea368e3ca93a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 14 Jun 2019 00:40:47 +0200 Subject: tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I2d5ab9fd1117a4c57eb42ca849daf0949a79ff50 Reviewed-on: https://gerrit.libreoffice.org/73999 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- vcl/qa/cppunit/gen/gen.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/qa/cppunit/gen') diff --git a/vcl/qa/cppunit/gen/gen.cxx b/vcl/qa/cppunit/gen/gen.cxx index 776a75a05f93..6dfd3da71079 100644 --- a/vcl/qa/cppunit/gen/gen.cxx +++ b/vcl/qa/cppunit/gen/gen.cxx @@ -15,10 +15,8 @@ #include #include #include -#include #include #include -#include using namespace com::sun::star; -- cgit