From 1209db8525e386f76c861cf161ffb39fa802f1f0 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 27 Mar 2018 22:51:40 +0200 Subject: sw: fix some IWYU warnings Change-Id: I96a6401f0cc7bf9f219717671e41932d7d8570b7 Reviewed-on: https://gerrit.libreoffice.org/51972 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/inc/txtannotationfld.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/inc/txtannotationfld.hxx') 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 { -- cgit