diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-10-23 08:21:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-28 10:45:37 +0100 |
commit | 294b01d19b858dd476a429c8717e912ea316bfeb (patch) | |
tree | 469fc24ddc89b4965fab61bfc5f4c036a338065a /accessibility/inc/extended/accessibletabbarpage.hxx | |
parent | 677c8de4fa79cd9b278b142013ba7f1c9e4e41c3 (diff) |
tdf#42949 Fix IWYU warnings in accessibility/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iddc1d33f5a520febf1bb317861acc2880595e7bf
Reviewed-on: https://gerrit.libreoffice.org/81358
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'accessibility/inc/extended/accessibletabbarpage.hxx')
-rw-r--r-- | accessibility/inc/extended/accessibletabbarpage.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accessibility/inc/extended/accessibletabbarpage.hxx b/accessibility/inc/extended/accessibletabbarpage.hxx index 913b34484c50..674668eb0536 100644 --- a/accessibility/inc/extended/accessibletabbarpage.hxx +++ b/accessibility/inc/extended/accessibletabbarpage.hxx @@ -25,8 +25,6 @@ #include <cppuhelper/implbase2.hxx> #include <extended/accessibletabbarbase.hxx> -#include <vector> - namespace utl { class AccessibleStateSetHelper; } |