diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-07 23:10:31 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-23 14:16:09 +0200 |
commit | bfe225b7003d119ff214cbaa771289de105c48d5 (patch) | |
tree | 0412c918690b83c072d7e1c6991eb326d0e73e97 /include/test/text/textdocumentindex.hxx | |
parent | c4bce5dafdfcb97586fab4bc3834daa6a27fec4c (diff) |
tdf#42949 Fix IWYU warnings in include/test
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.
Change-Id: I527f7c2cf2660a758b13eabb4c444ff79ae35f8c
Reviewed-on: https://gerrit.libreoffice.org/75186
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/test/text/textdocumentindex.hxx')
-rw-r--r-- | include/test/text/textdocumentindex.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/test/text/textdocumentindex.hxx b/include/test/text/textdocumentindex.hxx index d045954018d2..92e827cfeba3 100644 --- a/include/test/text/textdocumentindex.hxx +++ b/include/test/text/textdocumentindex.hxx @@ -10,9 +10,8 @@ #ifndef INCLUDED_TEST_TEXT_DOCUMENTINDEXTEST_HXX #define INCLUDED_TEST_TEXT_DOCUMENTINDEXTEST_HXX -#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/uno/Reference.hxx> -#include <test/unoapi_property_testers.hxx> #include <test/testdllapi.hxx> namespace apitest |