summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-11-03 13:14:30 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-08 09:16:26 +0100
commitdec3752eeb3bcd46fb5c4af4e0a48738440d21e7 (patch)
tree5f1b708c1dc57f2c516a17fecddbcd770e38513c /sc/source/core/data/column.cxx
parente5542a8c3d5fa489d27e85ae282cc67e8f5a8ec5 (diff)
tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I3e3bf3160fe3627cd105d8b69ff165c0577d8c9b Reviewed-on: https://gerrit.libreoffice.org/62807 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/core/data/column.cxx')
-rw-r--r--sc/source/core/data/column.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 40afd6974861..bfd11e038bf0 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -28,12 +28,9 @@
#include <compiler.hxx>
#include <brdcst.hxx>
#include <markdata.hxx>
-#include <detfunc.hxx>
#include <postit.hxx>
-#include <globalnames.hxx>
#include <cellvalue.hxx>
#include <tokenarray.hxx>
-#include <cellform.hxx>
#include <clipcontext.hxx>
#include <types.hxx>
#include <editutil.hxx>
@@ -43,21 +40,16 @@
#include <sharedformula.hxx>
#include <refupdatecontext.hxx>
#include <listenercontext.hxx>
-#include <refhint.hxx>
-#include <stlalgorithm.hxx>
#include <formulagroup.hxx>
-#include <userdat.hxx>
#include <drwlayer.hxx>
#include <svl/poolcach.hxx>
#include <svl/zforlist.hxx>
#include <svl/sharedstringpool.hxx>
-#include <editeng/scripttypeitem.hxx>
#include <editeng/fieldupdater.hxx>
#include <formula/errorcodes.hxx>
#include <osl/diagnose.h>
-#include <cstring>
#include <map>
#include <cstdio>
#include <memory>