summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-11 10:59:06 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-12 09:55:47 +0200
commit22c484b5978eb47b6fd935d37b6f83cf96158528 (patch)
tree9227cfc50194a8ff3f74b82653c6e2c8cb23bbc0 /sc/source/ui/view/dbfunc3.cxx
parente71b46196cdfa8fa753b4f5030c8e95eb61105ee (diff)
tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie47dff381392ef57cb857184c179bf82d3b55862 Reviewed-on: https://gerrit.libreoffice.org/77258 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/view/dbfunc3.cxx')
-rw-r--r--sc/source/ui/view/dbfunc3.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx
index 3079be6f43e5..476b1a322110 100644
--- a/sc/source/ui/view/dbfunc3.cxx
+++ b/sc/source/ui/view/dbfunc3.cxx
@@ -19,9 +19,7 @@
#include <dbfunc.hxx>
#include <scitems.hxx>
-#include <sfx2/bindings.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/waitobj.hxx>
#include <vcl/weld.hxx>
#include <svl/zforlist.hxx>
#include <sfx2/app.hxx>
@@ -40,41 +38,31 @@
#include <global.hxx>
#include <scresid.hxx>
#include <globstr.hrc>
-#include <sc.hrc>
#include <undotab.hxx>
#include <undodat.hxx>
#include <dbdata.hxx>
#include <rangenam.hxx>
-#include <rangeutl.hxx>
#include <docsh.hxx>
#include <olinetab.hxx>
-#include <consoli.hxx>
#include <olinefun.hxx>
#include <dpobject.hxx>
#include <dpsave.hxx>
#include <dpdimsave.hxx>
#include <dbdocfun.hxx>
#include <dpoutput.hxx>
-#include <dptabsrc.hxx>
-#include <dpshttab.hxx>
-#include <dpsdbtab.hxx>
#include <editable.hxx>
#include <docpool.hxx>
#include <patattr.hxx>
#include <unonames.hxx>
-#include <formulacell.hxx>
#include <userlist.hxx>
#include <queryentry.hxx>
#include <markdata.hxx>
-#include <stringutil.hxx>
#include <tabvwsh.hxx>
#include <generalfunction.hxx>
#include <sortparam.hxx>
-#include <sfx2/lokhelper.hxx>
#include <comphelper/lok.hxx>
-#include <list>
#include <memory>
#include <unordered_set>
#include <unordered_map>