From e4bf92ae344e0db16177de7fc9eed432339d8705 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 1 Nov 2019 23:29:42 +0100 Subject: tdf#42949 Fix IWYU warnings in framework/*/*hxx Also drop unused framework/inc/fwkdllapi.h Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9e79266f273b778f4a8bd3330b1b0353a2e01a61 Reviewed-on: https://gerrit.libreoffice.org/81927 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- framework/inc/xml/xmlnamespaces.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/inc/xml/xmlnamespaces.hxx') diff --git a/framework/inc/xml/xmlnamespaces.hxx b/framework/inc/xml/xmlnamespaces.hxx index 0343f42ce6c4..a5c4dde0a1e3 100644 --- a/framework/inc/xml/xmlnamespaces.hxx +++ b/framework/inc/xml/xmlnamespaces.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_FRAMEWORK_INC_XML_XMLNAMESPACES_HXX #define INCLUDED_FRAMEWORK_INC_XML_XMLNAMESPACES_HXX -#include - #include #include +#include + namespace framework { -- cgit