From dca8173738bd8cde289cb6406e0f261955b0dbb7 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 28 Nov 2019 23:06:12 +0100 Subject: tdf#42949 Fix IWYU warnings in sfx2/*/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I56e4b5a44143ea15660cfa293e156036952dfe8f Reviewed-on: https://gerrit.libreoffice.org/84030 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sfx2/inc/autoredactdialog.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sfx2/inc/autoredactdialog.hxx') diff --git a/sfx2/inc/autoredactdialog.hxx b/sfx2/inc/autoredactdialog.hxx index e1fa57af65df..50b96d6f709b 100644 --- a/sfx2/inc/autoredactdialog.hxx +++ b/sfx2/inc/autoredactdialog.hxx @@ -12,13 +12,9 @@ #include #include -#include #include #include -#include -#include - namespace weld { class Button; -- cgit