diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-02 15:13:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-03 21:05:02 +0100 |
commit | f3a63a7a20f3d8fbcc850827c6db61bed0c12830 (patch) | |
tree | fe5b2aea09888f73fb8cc0e8999a155a2a445575 /dbaccess | |
parent | eef7c4d30bdf4b8250b2de4186ba58fcaebe4993 (diff) |
drop some unnecessary includes
Change-Id: Ic88ed0d36f1aae9f32a0097354042526fc18d649
Reviewed-on: https://gerrit.libreoffice.org/84244
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/dataview.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/indexdialog.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index 114c7e0dfb03..83cda7b2f2ef 100644 --- a/dbaccess/source/ui/browser/dataview.cxx +++ b/dbaccess/source/ui/browser/dataview.cxx @@ -25,7 +25,6 @@ #include <dbaccess/IController.hxx> #include <UITools.hxx> #include <svtools/acceleratorexecute.hxx> -#include <svtools/imgdef.hxx> #include <tools/diagnose_ex.h> #include <vcl/event.hxx> #include <vcl/fixed.hxx> diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx index a4e75d116ac9..fd27f35efbdd 100644 --- a/dbaccess/source/ui/dlg/indexdialog.cxx +++ b/dbaccess/source/ui/dlg/indexdialog.cxx @@ -33,7 +33,6 @@ #include <vcl/weld.hxx> #include <com/sun/star/sdb/SQLContext.hpp> #include <UITools.hxx> -#include <svtools/imgdef.hxx> #include <browserids.hxx> #include <connectivity/dbtools.hxx> #include <osl/diagnose.h> diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index 55e8fd4de580..7ea6f0050c05 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -43,7 +43,6 @@ #include <sqlmessage.hxx> #include <UITools.hxx> #include <osl/diagnose.h> -#include <svtools/imgdef.hxx> #include <TablesSingleDlg.hxx> #include <tools/diagnose_ex.h> #include <cppuhelper/exc_hlp.hxx> |