summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-02-07 09:25:55 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-02-08 13:11:55 +0100
commit152e022f1efacd49fefbd5367776c1e1fc044492 (patch)
tree943356fccea3cba7fee316ae1e9e3c026153e6a3 /sw/inc/docary.hxx
parentf81fc101ea3040f81166cb2c3de2427be9088013 (diff)
Fix some IWYU warnings
Change-Id: Ie1639cc4017d696ea3fd9ffb96f1559aa3ac6397 Reviewed-on: https://gerrit.libreoffice.org/49340 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index d616a0b839a7..068880d8c22e 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -19,10 +19,7 @@
#ifndef INCLUDED_SW_INC_DOCARY_HXX
#define INCLUDED_SW_INC_DOCARY_HXX
-#include <com/sun/star/i18n/ForbiddenCharacters.hpp>
#include <vector>
-#include <set>
-#include <algorithm>
#include <type_traits>
#include <o3tl/sorted_vector.hxx>
@@ -33,15 +30,13 @@
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/random_access_index.hpp>
-#include "swtypes.hxx"
-#include "ndarr.hxx"
#include "charfmt.hxx"
#include "fmtcol.hxx"
#include "frmfmt.hxx"
#include "section.hxx"
-#include "fldbas.hxx"
#include "tox.hxx"
#include "numrule.hxx"
+#include "fldbas.hxx"
class SwRangeRedline;
class SwExtraRedline;
@@ -50,6 +45,9 @@ class SwOLENode;
class SwTable;
class SwTableLine;
class SwTableBox;
+struct SwPosition;
+class SwContentNode;
+class SwTextNode;
namespace com { namespace sun { namespace star { namespace i18n {
struct ForbiddenCharacters; ///< comes from the I18N UNO interface