summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr2.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-11-18 16:36:42 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-27 11:08:09 +0100
commitf3fc16f444f84a269df9bd2f2c3d2a47cf49d057 (patch)
treed2b2369d720e1640878642f3c15f8bcfb4ad71ca /sc/source/core/tool/interpr2.cxx
parentb8404ae521a9c2d183d4e076a7884627ba353e4b (diff)
tdf#42949 Fix new IWYU warnings in directory sc/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I217817e2e4a42b096f5a7fb6344568c10d69aab2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106078 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/core/tool/interpr2.cxx')
-rw-r--r--sc/source/core/tool/interpr2.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index f917e40acae2..2effe4baee9a 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -22,28 +22,22 @@
#include <comphelper/string.hxx>
#include <o3tl/float_int_conversion.hxx>
+#include <sfx2/bindings.hxx>
#include <sfx2/linkmgr.hxx>
-#include <sfx2/dispatch.hxx>
#include <sfx2/objsh.hxx>
-#include <svl/stritem.hxx>
#include <svl/zforlist.hxx>
-#include <svl/sharedstringpool.hxx>
#include <sal/macros.h>
#include <osl/diagnose.h>
-#include <attrib.hxx>
#include <sc.hrc>
#include <ddelink.hxx>
#include <scmatrix.hxx>
-#include <compiler.hxx>
#include <formulacell.hxx>
#include <document.hxx>
#include <dociter.hxx>
-#include <docoptio.hxx>
#include <unitconv.hxx>
#include <hints.hxx>
#include <dpobject.hxx>
-#include <postit.hxx>
#include <tokenarray.hxx>
#include <globalnames.hxx>
#include <stlsheet.hxx>
@@ -51,9 +45,7 @@
#include <com/sun/star/sheet/DataPilotFieldFilter.hpp>
-#include <limits>
#include <string.h>
-#include <math.h>
using ::std::vector;
using namespace com::sun::star;