summaryrefslogtreecommitdiff
path: root/sc/inc/drwlayer.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-08 21:54:05 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-05-10 14:18:17 +0200
commit7cee480efe22d48af9e9d96b49ad4358a4010690 (patch)
treef11166eb81b31657b9979b6fd0847f226b4d8526 /sc/inc/drwlayer.hxx
parent9992338fbbf46bf381501df6c7763bf117d2ee25 (diff)
tdf#42949 Fix IWYU warnings in sc/inc/d*
Found with bin/find-unneeded-includes Mostly removal proposals are dealt with here and a few trivial substitutions in small headers Change-Id: Ic4b2e48f1e55fc5d10e3dab16cfee1e358a8e917 Reviewed-on: https://gerrit.libreoffice.org/54005 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r--sc/inc/drwlayer.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx
index d71a408905b7..48741497ac0e 100644
--- a/sc/inc/drwlayer.hxx
+++ b/sc/inc/drwlayer.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_INC_DRWLAYER_HXX
#define INCLUDED_SC_INC_DRWLAYER_HXX
-#include <vcl/graph.hxx>
#include <svx/fmmodel.hxx>
#include <svx/svdundo.hxx>
#include "global.hxx"
@@ -32,8 +31,6 @@ class ScIMapInfo;
class ScMacroInfo;
class IMapObject;
class ScMarkData;
-class ScRange;
-class ScAddress;
class ScTabDeletedHint : public SfxHint
{