diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-08 00:09:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-19 09:24:01 +0200 |
commit | 71ef762f21ada8c25aad2183065478171e985e8c (patch) | |
tree | 9fe775ae7905c342273d144d94dc4e36e752ac51 /svtools/inc/table | |
parent | 10b457143a2848611ff4fd91c1e74ce8ba975e4e (diff) |
tdf#42949 Fix IWYU warnings in svtools/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ifc70900022efcd089c0874bd46e0aacaef0efb72
Reviewed-on: https://gerrit.libreoffice.org/78767
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svtools/inc/table')
-rw-r--r-- | svtools/inc/table/defaultinputhandler.hxx | 1 | ||||
-rw-r--r-- | svtools/inc/table/tablecontrol.hxx | 1 | ||||
-rw-r--r-- | svtools/inc/table/tablecontrolinterface.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/svtools/inc/table/defaultinputhandler.hxx b/svtools/inc/table/defaultinputhandler.hxx index af4c6ad7ac24..ae92bf42fe77 100644 --- a/svtools/inc/table/defaultinputhandler.hxx +++ b/svtools/inc/table/defaultinputhandler.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SVTOOLS_INC_TABLE_DEFAULTINPUTHANDLER_HXX #include <svtools/table/tableinputhandler.hxx> -#include <svtools/table/tabletypes.hxx> #include <memory> diff --git a/svtools/inc/table/tablecontrol.hxx b/svtools/inc/table/tablecontrol.hxx index e57801b6b0a5..2b8b88de90b6 100644 --- a/svtools/inc/table/tablecontrol.hxx +++ b/svtools/inc/table/tablecontrol.hxx @@ -23,7 +23,6 @@ #include <svtools/svtdllapi.h> #include <svtools/table/tablemodel.hxx> #include <vcl/accessibletable.hxx> -#include <vcl/accessiblefactory.hxx> #include <vcl/ctrl.hxx> #include <vcl/seleng.hxx> diff --git a/svtools/inc/table/tablecontrolinterface.hxx b/svtools/inc/table/tablecontrolinterface.hxx index 554a51645a57..6baff43ba2b7 100644 --- a/svtools/inc/table/tablecontrolinterface.hxx +++ b/svtools/inc/table/tablecontrolinterface.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SVTOOLS_INC_TABLE_TABLECONTROLINTERFACE_HXX #include <sal/types.h> -#include <vcl/event.hxx> #include <vcl/seleng.hxx> #include <svtools/table/tabletypes.hxx> |