From a6e3a862aac37f89da4177631d6d315159f4f47a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 2 Mar 2020 22:20:10 +0100 Subject: tdf#42949 Fix IWYU warnings in extensions/source/*/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice2becc34174bdb5507180df6aa1a3c55a55f394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89859 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- extensions/source/propctrlr/propertyhandler.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/source/propctrlr/propertyhandler.hxx') diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx index 2f4cb7652fb3..b667a50a8f38 100644 --- a/extensions/source/propctrlr/propertyhandler.hxx +++ b/extensions/source/propctrlr/propertyhandler.hxx @@ -34,10 +34,8 @@ #include #include #include -#include #include #include -#include #include #include #include -- cgit