diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-08-18 01:35:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-08-22 08:06:09 +0200 |
commit | b2f7fa71af28c2095d42396306cf7818e9e73175 (patch) | |
tree | f52aa1e115fb7d811a771ec571674197621f3da6 /sal/qa/rtl/ref | |
parent | a490cbfd9a5c9e69979b412d78dbe08bc307541f (diff) |
tdf#146619 Remove unused includes from sal/qa
also drop now-unused osl_Condition_Const.h
Change-Id: I40beb5b1ad49c126a126bb444d5f66703664d56d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155820
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sal/qa/rtl/ref')
-rw-r--r-- | sal/qa/rtl/ref/rtl_ref.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/qa/rtl/ref/rtl_ref.cxx b/sal/qa/rtl/ref/rtl_ref.cxx index 2bf7c9803f3d..388aa1e26ed4 100644 --- a/sal/qa/rtl/ref/rtl_ref.cxx +++ b/sal/qa/rtl/ref/rtl_ref.cxx @@ -8,10 +8,8 @@ */ #include <rtl/ref.hxx> -#include <sal/types.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> namespace rtl_ref { |