diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-01-13 12:44:04 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-18 09:09:22 +0100 |
commit | 79e618c65f398b83df45232c227f92fb5eca49a7 (patch) | |
tree | 6270d2793b769bdc49c585bc32065ad268ef32c2 /include/vcl/accessibletable.hxx | |
parent | 052bca1e4ceeda9bdd28600ea915c822e314f283 (diff) |
tdf#42949 Fix remaining IWYU warnings in include/vcl/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Some new headers were added since I begun the cleanup here
Also blacklist the header from commit 403e3c04420c4d20c77427c43df52d554d7329ff
Change-Id: Ie2358d5e27297f873aeb4a4dfb2778e6fb95dfa5
Reviewed-on: https://gerrit.libreoffice.org/66255
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/vcl/accessibletable.hxx')
-rw-r--r-- | include/vcl/accessibletable.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/vcl/accessibletable.hxx b/include/vcl/accessibletable.hxx index d6c0dc3b7ffc..f132466c1590 100644 --- a/include/vcl/accessibletable.hxx +++ b/include/vcl/accessibletable.hxx @@ -20,9 +20,13 @@ #ifndef INCLUDED_VCL_ACCESSIBLETABLE_HXX #define INCLUDED_VCL_ACCESSIBLETABLE_HXX -#include <vcl/window.hxx> -#include <unotools/accessiblestatesethelper.hxx> -#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> +#include <tools/gen.hxx> + +#include <com/sun/star/uno/Reference.hxx> + +namespace com { namespace sun { namespace star { namespace accessibility { class XAccessible; } } } } +namespace utl { class AccessibleStateSetHelper; } +namespace vcl { class Window; } namespace vcl { namespace table { |