diff options
author | Venetia Furtado <venetiarosita@gmail.com> | 2023-07-28 19:46:39 -0600 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-08-01 21:13:47 +0200 |
commit | 025f540dba1c5b046b4fdbd9418dcaaa900e006d (patch) | |
tree | 19282f71bc33dbb005a901927267a865cfd50d8a /salhelper | |
parent | cfb1e6354e095d0addf9f7a1114902b2bce5f627 (diff) |
tdf#146619 Remove unused #includes from C/C++ files
Change-Id: Ia8b406b6a59086160a5167480c6d3bde6574ffbe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155029
Tested-by: Jenkins
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/qa/test_api.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/salhelper/qa/test_api.cxx b/salhelper/qa/test_api.cxx index 2d4b8be0e2a8..54353e228479 100644 --- a/salhelper/qa/test_api.cxx +++ b/salhelper/qa/test_api.cxx @@ -18,9 +18,6 @@ */ #include <sal/config.h> - -#include <typeinfo> - #include <osl/mutex.hxx> #include <salhelper/condition.hxx> #include <salhelper/dynload.hxx> |