summaryrefslogtreecommitdiff
path: root/sw/inc/txtannotationfld.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-03-27 22:51:40 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-03-28 09:03:57 +0200
commit1209db8525e386f76c861cf161ffb39fa802f1f0 (patch)
tree2d0cbef77dede40e0aa2a39dcdc0bcfb3b3d94b0 /sw/inc/txtannotationfld.hxx
parentbdd7abf56676732f8ce4fd04bea5c72758f1ec3b (diff)
sw: fix some IWYU warnings
Change-Id: I96a6401f0cc7bf9f219717671e41932d7d8570b7 Reviewed-on: https://gerrit.libreoffice.org/51972 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/txtannotationfld.hxx')
-rw-r--r--sw/inc/txtannotationfld.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/txtannotationfld.hxx b/sw/inc/txtannotationfld.hxx
index 101011c0377f..501c280a1040 100644
--- a/sw/inc/txtannotationfld.hxx
+++ b/sw/inc/txtannotationfld.hxx
@@ -21,9 +21,8 @@
#define INCLUDED_SW_INC_TXTANNOTATIONFLD_HXX
#include "txtfld.hxx"
-#include "IMark.hxx"
-class SwDoc;
+namespace sw { namespace mark { class IMark; } }
class SwTextAnnotationField : public SwTextField
{