diff options
author | Arnaud VERSINI <arnaud.versini@libreoffice.org> | 2022-12-03 16:03:35 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-12-04 13:07:02 +0000 |
commit | d64aed0b44f3070b4a7ec2fecd6ea80a0b8c4bc8 (patch) | |
tree | 7e3fae59072e9836e6d05bf3427e7cb050b4381b /sal | |
parent | 17caf28907ae14ecd84f270cf11e984f5bc553c1 (diff) |
osl : remove useless includes
Change-Id: Ic350a924d3e5b58e8f1a60621edc701553d8cbab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143617
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/all/log.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx index 405d5599ccae..235c7267d22e 100644 --- a/sal/osl/all/log.cxx +++ b/sal/osl/all/log.cxx @@ -17,8 +17,6 @@ #include <cstring> #include <sstream> -#include <stdio.h> -#include <string.h> #include <fstream> #include <config_global.h> |