summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-08-10 10:01:03 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-08-14 09:10:29 +0200
commit10a87728636492afc48bbb8eee7d49f3f653293e (patch)
treef97cb3fe15b0217d0b7e80c4a3d40f2ec58e9bc4 /sal/inc
parent59c2e114f76247158a0da9dcf91d6449d5d61224 (diff)
tdf#146619 Remove unused includes from sal/ [headers]
Change-Id: I8fae71e5053950441a2e0920590264c2cb858924 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155546 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/oslmemory.h1
-rw-r--r--sal/inc/oslrandom.h2
-rw-r--r--sal/inc/uri_internal.hxx3
3 files changed, 5 insertions, 1 deletions
diff --git a/sal/inc/oslmemory.h b/sal/inc/oslmemory.h
index de99e9851e80..fa102d6b02f6 100644
--- a/sal/inc/oslmemory.h
+++ b/sal/inc/oslmemory.h
@@ -10,7 +10,6 @@
#ifndef INCLUDED_SAL_INC_INTERNAL_OSLMEMORY_H
#define INCLUDED_SAL_INC_INTERNAL_OSLMEMORY_H
-#include <sal/saldllapi.h>
#include <sal/types.h>
#if defined __cplusplus
diff --git a/sal/inc/oslrandom.h b/sal/inc/oslrandom.h
index 305eaf937b65..8f5dfffae426 100644
--- a/sal/inc/oslrandom.h
+++ b/sal/inc/oslrandom.h
@@ -10,6 +10,8 @@
#ifndef INCLUDED_SAL_INC_INTERNAL_OSLRANDOM_H
#define INCLUDED_SAL_INC_INTERNAL_OSLRANDOM_H
+#include <stddef.h>
+
#if defined __cplusplus
extern "C" {
#endif
diff --git a/sal/inc/uri_internal.hxx b/sal/inc/uri_internal.hxx
index 071511e776ee..dd64a524100a 100644
--- a/sal/inc/uri_internal.hxx
+++ b/sal/inc/uri_internal.hxx
@@ -21,6 +21,9 @@
#include <sal/config.h>
+#include <sal/types.h>
+#include <rtl/textenc.h>
+
namespace rtl::uri::detail
{
enum EscapeType