From 8067be0721462079c1d91bff9865ba07bfc56b5a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 19 Nov 2018 01:06:09 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice2eb8c5994bf2ccb88972332ca4a1d3ed41752a Reviewed-on: https://gerrit.libreoffice.org/63826 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sax/qa/cppunit/parser.cxx | 1 + sax/qa/cppunit/xmlimport.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'sax') diff --git a/sax/qa/cppunit/parser.cxx b/sax/qa/cppunit/parser.cxx index 83a7be3f2fda..2fb3b400d000 100644 --- a/sax/qa/cppunit/parser.cxx +++ b/sax/qa/cppunit/parser.cxx @@ -17,6 +17,7 @@ #include #include #include +#include using namespace css; using namespace css::xml::sax; diff --git a/sax/qa/cppunit/xmlimport.cxx b/sax/qa/cppunit/xmlimport.cxx index dfcd778b6924..6e011c1e971b 100644 --- a/sax/qa/cppunit/xmlimport.cxx +++ b/sax/qa/cppunit/xmlimport.cxx @@ -47,6 +47,7 @@ #include #include #include +#include namespace { -- cgit