From 4304226d79849b31fd0ded168cee45a91f240363 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 17 Mar 2019 01:11:29 +0100 Subject: tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444cb71bc3d045072a4b1f9eed279ed7e425a0d4 Reviewed-on: https://gerrit.libreoffice.org/69481 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svx/source/sidebar/paragraph/ParaPropertyPanel.cxx') diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index a6db28c0d02c..484ca84192d4 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -19,6 +19,7 @@ #include "ParaPropertyPanel.hxx" #include #include +#include #include #include #include -- cgit