diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-22 23:05:03 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-05-28 12:24:40 +0200 |
commit | e43f0657f19f9de8d351bb6b416b7fd7f570e3ff (patch) | |
tree | a1808354c358a9b658be83d5c07de5ff7445184f /sot/qa | |
parent | c6b7f5555d5df13eae7aa72dbd3307ad8c9893dc (diff) |
tdf#42949 Fix IWYU warnings in sot/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I202a98d76a37a564315374893b44ec25ef7798b3
Reviewed-on: https://gerrit.libreoffice.org/73005
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sot/qa')
-rw-r--r-- | sot/qa/cppunit/test_sot.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx index 06e26c806eb1..101013a8fb2c 100644 --- a/sot/qa/cppunit/test_sot.cxx +++ b/sot/qa/cppunit/test_sot.cxx @@ -10,8 +10,6 @@ #include <unotest/filters-test.hxx> #include <unotest/bootstrapfixturebase.hxx> -#include <osl/file.hxx> -#include <osl/process.h> #include <sot/storage.hxx> #include <sot/storinfo.hxx> #include <sysformats.hxx> |