diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-04-17 10:05:22 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-04-20 14:56:58 +0200 |
commit | 644db9df9ccce3d10c92ff365d0ac2e1b1fa33de (patch) | |
tree | 89acbe6e5f8bb8962a317c00f76ebadd70775caa /dbaccess/source/ui/dlg/dbfindex.cxx | |
parent | d2323f3df20e77a1b1245783fac077b49456732d (diff) |
tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ifd96569ecdbbcde3c7fc9462a29e42386d1ae3a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92401
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'dbaccess/source/ui/dlg/dbfindex.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dbfindex.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.cxx b/dbaccess/source/ui/dlg/dbfindex.cxx index 01e7fcda9e84..84635980b983 100644 --- a/dbaccess/source/ui/dlg/dbfindex.cxx +++ b/dbaccess/source/ui/dlg/dbfindex.cxx @@ -22,8 +22,6 @@ #include <osl/file.hxx> #include <osl/thread.hxx> #include <tools/config.hxx> -#include <sfx2/app.hxx> -#include <dbu_dlg.hxx> #include <osl/diagnose.h> #include <unotools/localfilehelper.hxx> #include <tools/urlobj.hxx> |