diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-15 14:26:30 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-19 10:20:04 +0100 |
commit | 7ac769c1a915ea33d997f452f3b86eb11fa00c8a (patch) | |
tree | 46c7222b10210eb916b9cdcb05ddd064d7526d6e /test/source/vclbootstrapprotector.cxx | |
parent | c1a4554c67fc975ead3f79b3511a76617e4615b3 (diff) |
tdf#42949 Fix IWYU warnings in test/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Id1ee9b6d44315443d023bdfbf9ae8e5aa2158ab2
Reviewed-on: https://gerrit.libreoffice.org/85171
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'test/source/vclbootstrapprotector.cxx')
-rw-r--r-- | test/source/vclbootstrapprotector.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/source/vclbootstrapprotector.cxx b/test/source/vclbootstrapprotector.cxx index 18d9a5fecac2..99777f6b483c 100644 --- a/test/source/vclbootstrapprotector.cxx +++ b/test/source/vclbootstrapprotector.cxx @@ -10,15 +10,12 @@ #include <sal/config.h> #include <cppunit/Protector.h> -#include <cppunittester/protectorfactory.hxx> #include <sal/types.h> #include <sal/log.hxx> #include <test/setupvcl.hxx> #include <vcl/svapp.hxx> #include <comphelper/threadpool.hxx> -#include "isheadless.hxx" - namespace { class Protector: public CppUnit::Protector { |