From 33623f3117d88683fbc9e66792e5030c0322946e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 20 Oct 2018 12:00:50 +0200 Subject: tdf#42949 Fix IWYU warnings in include/unotools/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e Reviewed-on: https://gerrit.libreoffice.org/62041 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmloff/source/meta/MetaExportComponent.cxx | 1 + xmloff/source/meta/xmlversion.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'xmloff/source/meta') diff --git a/xmloff/source/meta/MetaExportComponent.cxx b/xmloff/source/meta/MetaExportComponent.cxx index 0760b917cbdd..906d0e1e6e5e 100644 --- a/xmloff/source/meta/MetaExportComponent.cxx +++ b/xmloff/source/meta/MetaExportComponent.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index 6aa6b7979e0a..34f42cabc878 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include -- cgit