diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-19 09:22:07 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-20 14:28:43 +0200 |
commit | 3efc2d022b0d1a5cf6155257d57504d47ceefc44 (patch) | |
tree | e2fdc7d78deb04194d2926032cafa85d1c5a83d5 /sc/inc/validat.hxx | |
parent | 0929a98acca8ec4d86caa97d3090a39f89f35f90 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/[ux]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here
and a bit of fallout management
Change-Id: I53d2c5dc9e16a64a143b16316d2aeab05023d866
Reviewed-on: https://gerrit.libreoffice.org/56076
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index 92e87901fc9d..a451a999a659 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SC_INC_VALIDAT_HXX #include "conditio.hxx" -#include <com/sun/star/sheet/TableValidationVisibility.hpp> #include "scdllapi.h" namespace vcl { class Window; } |