summaryrefslogtreecommitdiff
path: root/sw/source/core/SwNumberTree
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-20 01:06:52 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-02 14:03:51 +0100
commit42c81ea2f837940085552ebcf2a385eb23d5fd89 (patch)
tree4b83d581639d0a83f5585ac07142c11a877a3b3d /sw/source/core/SwNumberTree
parentc5f8cca27aedff9a936cdbd3e0d258f0bbf3f146 (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxx
Also drop a duplicated blacklist rule found with: grep :$ sw/IwyuFilter_sw.yaml | sort | uniq -cd Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ied72f3f086ed4c1eb7ff4bcdbcf8aee73ddd4f7c Reviewed-on: https://gerrit.libreoffice.org/83250 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/SwNumberTree')
-rw-r--r--sw/source/core/SwNumberTree/SwNodeNum.cxx1
-rw-r--r--sw/source/core/SwNumberTree/SwNumberTree.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/SwNumberTree/SwNodeNum.cxx b/sw/source/core/SwNumberTree/SwNodeNum.cxx
index cece7b00d807..e4ea44292af4 100644
--- a/sw/source/core/SwNumberTree/SwNodeNum.cxx
+++ b/sw/source/core/SwNumberTree/SwNodeNum.cxx
@@ -18,7 +18,6 @@
*/
#include <osl/diagnose.h>
-#include <editeng/svxenum.hxx>
#include <svl/stritem.hxx>
#include <svl/intitem.hxx>
#include <numrule.hxx>
diff --git a/sw/source/core/SwNumberTree/SwNumberTree.cxx b/sw/source/core/SwNumberTree/SwNumberTree.cxx
index e4f5c2efe713..87a10e9702e9 100644
--- a/sw/source/core/SwNumberTree/SwNumberTree.cxx
+++ b/sw/source/core/SwNumberTree/SwNumberTree.cxx
@@ -18,7 +18,6 @@
*/
#include <algorithm>
-#include <functional>
#include <SwNumberTree.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>