summaryrefslogtreecommitdiff
path: root/sw/inc/txtftn.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-10-24 21:19:37 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-25 11:22:21 +0200
commit5af524251642a43747f56c1f24c41222fd9ac69f (patch)
tree0195f3a01e12d4f047e7da825bd042977c138b76 /sw/inc/txtftn.hxx
parent8f71eb5182f7fe6d3e19705ed233f5f84a0a6208 (diff)
sw: fix some IWYU warnings
Change-Id: Ic7e6aa31e5c6d210101da7223a294092ab5b7481 Reviewed-on: https://gerrit.libreoffice.org/62334 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/txtftn.hxx')
-rw-r--r--sw/inc/txtftn.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx
index 3c830e7ff273..9349750e70ec 100644
--- a/sw/inc/txtftn.hxx
+++ b/sw/inc/txtftn.hxx
@@ -19,10 +19,9 @@
#ifndef INCLUDED_SW_INC_TXTFTN_HXX
#define INCLUDED_SW_INC_TXTFTN_HXX
+#include <rtl/ustring.hxx>
#include "txatbase.hxx"
-namespace rtl { class OUString; }
-
class SwNodeIndex;
class SwTextNode;
class SwNodes;