summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorVenetia Furtado <venetiarosita@gmail.com>2023-07-28 19:46:39 -0600
committerGabor Kelemen <kelemeng@ubuntu.com>2023-08-01 21:13:47 +0200
commit025f540dba1c5b046b4fdbd9418dcaaa900e006d (patch)
tree19282f71bc33dbb005a901927267a865cfd50d8a /sal/osl
parentcfb1e6354e095d0addf9f7a1114902b2bce5f627 (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 'sal/osl')
-rw-r--r--sal/osl/all/debugbase.cxx1
-rw-r--r--sal/osl/all/loadmodulerelative.cxx3
-rw-r--r--sal/osl/all/log.cxx2
-rw-r--r--sal/osl/all/signalshared.cxx1
4 files changed, 0 insertions, 7 deletions
diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx
index b4b598589a00..51656e7d37d2 100644
--- a/sal/osl/all/debugbase.cxx
+++ b/sal/osl/all/debugbase.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <osl/process.h>
diff --git a/sal/osl/all/loadmodulerelative.cxx b/sal/osl/all/loadmodulerelative.cxx
index 242bb6210a76..f7a6938ed130 100644
--- a/sal/osl/all/loadmodulerelative.cxx
+++ b/sal/osl/all/loadmodulerelative.cxx
@@ -18,9 +18,6 @@
*/
#include <sal/config.h>
-
-#include <cstddef>
-
#include <sal/log.hxx>
#include <osl/module.h>
#include <osl/module.hxx>
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx
index e9895e14cb7b..15cb269a1976 100644
--- a/sal/osl/all/log.cxx
+++ b/sal/osl/all/log.cxx
@@ -11,11 +11,9 @@
#include <cassert>
#include <cstdarg>
-#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <cstring>
-#include <sstream>
#include <fstream>
diff --git a/sal/osl/all/signalshared.cxx b/sal/osl/all/signalshared.cxx
index 530413f2604c..9ed08626f74f 100644
--- a/sal/osl/all/signalshared.cxx
+++ b/sal/osl/all/signalshared.cxx
@@ -23,7 +23,6 @@
#include <signalshared.hxx>
-#include <osl/diagnose.h>
#include <mutex>
namespace