summaryrefslogtreecommitdiff
path: root/sw/inc/swserv.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-03-20 21:28:57 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-03-21 09:27:53 +0100
commit3613c299f6e6c44bb7f106450d9210037bc18c37 (patch)
tree3ddc00b379eb1e20f70277c65d4611685496f8cd /sw/inc/swserv.hxx
parent3102b8c8b52845ca4584579a7ad2154488943855 (diff)
sw: fix some IWYU warnings
Change-Id: I3682cc475de8342e4cdf122a35f6c1cfddd4c01e Reviewed-on: https://gerrit.libreoffice.org/51677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/swserv.hxx')
-rw-r--r--sw/inc/swserv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swserv.hxx b/sw/inc/swserv.hxx
index 6ccb758d0bfa..fea95f2c93f3 100644
--- a/sw/inc/swserv.hxx
+++ b/sw/inc/swserv.hxx
@@ -20,13 +20,13 @@
#define INCLUDED_SW_INC_SWSERV_HXX
#include <sfx2/linksrc.hxx>
-#include "IMark.hxx"
class SwSectionNode;
class SwBaseLink;
class SwTableNode;
struct SwPosition;
class SwPaM;
+namespace sw { namespace mark { class IMark; } }
class SwServerObject final : public ::sfx2::SvLinkSource
{