From fe88ffb661053f8fff9bd77affdf4de820c43ca8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 19 Nov 2020 20:11:29 +0100 Subject: tdf#42949 Fix new IWYU warnings in directory sw Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4bb84c3f401aba8a3dede9cec3a7f2187a2ba02a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106473 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/ui/dbui/dbtablepreviewdialog.cxx | 2 +- sw/source/ui/dbui/mmlayoutpage.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/source/ui/dbui') diff --git a/sw/source/ui/dbui/dbtablepreviewdialog.cxx b/sw/source/ui/dbui/dbtablepreviewdialog.cxx index b8c755d83e46..3bbfa989f7f7 100644 --- a/sw/source/ui/dbui/dbtablepreviewdialog.cxx +++ b/sw/source/ui/dbui/dbtablepreviewdialog.cxx @@ -20,7 +20,7 @@ #include "dbtablepreviewdialog.hxx" #include #include -#include +#include #include using namespace ::com::sun::star; diff --git a/sw/source/ui/dbui/mmlayoutpage.cxx b/sw/source/ui/dbui/mmlayoutpage.cxx index 2793ddfe0a28..b31025719351 100644 --- a/sw/source/ui/dbui/mmlayoutpage.cxx +++ b/sw/source/ui/dbui/mmlayoutpage.cxx @@ -49,7 +49,6 @@ #include #include #include -#include #include -- cgit