summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fusel.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-26 00:29:20 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-27 11:18:34 +0100
commit1805c7ce2d4ef5227ce8f456956d047144c6aaf8 (patch)
tree7acc0b7970e8a9c9e4e9433c610e654110bec914 /sc/source/ui/drawfunc/fusel.cxx
parent4076b7589a7c856beb4fe2f7f5cd784443415cd3 (diff)
tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxx
Also additions were needed in include/sfx2/msg.hxx to avoid build breakage Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I259ff10aaa5d044d4b11f9041174765d5a5f7dc7 Reviewed-on: https://gerrit.libreoffice.org/68364 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/drawfunc/fusel.cxx')
-rw-r--r--sc/source/ui/drawfunc/fusel.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx
index 2c450ea7a3d2..9d063a6d80ac 100644
--- a/sc/source/ui/drawfunc/fusel.cxx
+++ b/sc/source/ui/drawfunc/fusel.cxx
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <com/sun/star/embed/EmbedStates.hpp>
-
-#include <editeng/eeitem.hxx>
#include <editeng/flditem.hxx>
#include <svx/svddrgmt.hxx>
#include <svx/svdoole2.hxx>
@@ -30,8 +27,8 @@
#include <svx/svdomedia.hxx>
#include <svx/svdpagv.hxx>
#include <editeng/outlobj.hxx>
-#include <svx/svdocapt.hxx>
#include <sfx2/app.hxx>
+#include <sfx2/ipclient.hxx>
#include <fusel.hxx>
#include <sc.hrc>
@@ -39,11 +36,9 @@
#include <futext.hxx>
#include <drawview.hxx>
#include <tabvwsh.hxx>
-#include <drawpage.hxx>
#include <drwlayer.hxx>
#include <userdat.hxx>
#include <scmod.hxx>
-#include <client.hxx>
#include <charthelper.hxx>
#include <docuno.hxx>
#include <docsh.hxx>