summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dflyobj.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-13 07:18:14 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-03-19 09:16:02 +0100
commit63a25b79f18fda29cd744add813ce9508c69b996 (patch)
tree59c8d210c7fc7f618534b92d7c3c5c64d8265eb7 /sw/source/core/inc/dflyobj.hxx
parent00ac19068de5e120d1620a719aa64f1203c639ae (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6c3ae806cbb4a00381e39414ff8c8fede5bf1733 Reviewed-on: https://gerrit.libreoffice.org/69150 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/inc/dflyobj.hxx')
-rw-r--r--sw/source/core/inc/dflyobj.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/inc/dflyobj.hxx b/sw/source/core/inc/dflyobj.hxx
index 30e27cf5f97c..53c5ae907055 100644
--- a/sw/source/core/inc/dflyobj.hxx
+++ b/sw/source/core/inc/dflyobj.hxx
@@ -20,12 +20,13 @@
#ifndef INCLUDED_SW_SOURCE_CORE_INC_DFLYOBJ_HXX
#define INCLUDED_SW_SOURCE_CORE_INC_DFLYOBJ_HXX
-#include <drawinglayer/geometry/viewinformation2d.hxx>
#include <svx/svdovirt.hxx>
+#include <svx/svdobj.hxx>
+
+namespace drawinglayer::geometry { class ViewInformation2D; }
class SwFlyFrame;
class SwFrameFormat;
-class SdrObjMacroHitRec;
const sal_uInt16 SwFlyDrawObjIdentifier = 0x0001;