summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/node.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-29 12:11:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-05 08:40:15 +0100
commitee909ca2c02f949605f68720c3f1eef658502749 (patch)
treedbbb17190d41ef3e59e307032848f0f3604650f6 /sw/source/core/docnode/node.cxx
parentf6e7683847e5c959948b55c35bc916c69beb615e (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id33b8c1e0c02c21591b167a8b3f0ea288fac63bd Reviewed-on: https://gerrit.libreoffice.org/81689 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/docnode/node.cxx')
-rw-r--r--sw/source/core/docnode/node.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx
index 3256f12c617a..7ecaa5138b4c 100644
--- a/sw/source/core/docnode/node.cxx
+++ b/sw/source/core/docnode/node.cxx
@@ -18,7 +18,6 @@
*/
#include <hintids.hxx>
-#include <editeng/frmdiritem.hxx>
#include <editeng/protitem.hxx>
#include <tools/gen.hxx>
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
@@ -69,7 +68,6 @@
#include <memory>
#include <swcrsr.hxx>
#include <hints.hxx>
-#include <svl/itemiter.hxx>
using namespace ::com::sun::star::i18n;