summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-06-26 07:09:39 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-28 09:08:15 +0200
commitf4dafe050abe42a36ed56576c23539eb808db5ba (patch)
tree6328f9049b75c22d380717a20e75e00c7ab3d959 /sal
parent64acf709a616c45d20c9cb5b1bcce0da34593661 (diff)
tdf#42949 Fix IWYU warnings in include/osl/*h
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib2301526d7aa6982af6c8c79ed7e9a4c34b7bbf7 Reviewed-on: https://gerrit.libreoffice.org/56491 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/process_impl.cxx1
-rw-r--r--sal/osl/unx/socket.cxx1
-rw-r--r--sal/rtl/cmdargs.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/unx/process_impl.cxx b/sal/osl/unx/process_impl.cxx
index 9982a84306c8..f7397d48f242 100644
--- a/sal/osl/unx/process_impl.cxx
+++ b/sal/osl/unx/process_impl.cxx
@@ -28,6 +28,7 @@
#include <osl/file.h>
#include <osl/module.h>
#include <osl/thread.h>
+#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <rtl/strbuf.h>
#include <sal/log.hxx>
diff --git a/sal/osl/unx/socket.cxx b/sal/osl/unx/socket.cxx
index dcd7b5509aba..c941f25658eb 100644
--- a/sal/osl/unx/socket.cxx
+++ b/sal/osl/unx/socket.cxx
@@ -24,6 +24,7 @@
#include <osl/signal.h>
#include <rtl/alloc.h>
+#include <rtl/byteseq.h>
#include <assert.h>
#include <sal/types.h>
#include <sal/log.hxx>
diff --git a/sal/rtl/cmdargs.cxx b/sal/rtl/cmdargs.cxx
index bb70e4a65120..8e10b0bca04d 100644
--- a/sal/rtl/cmdargs.cxx
+++ b/sal/rtl/cmdargs.cxx
@@ -18,6 +18,7 @@
*/
#include <osl/mutex.hxx>
+#include <rtl/alloc.h>
#include <rtl/process.h>
#include <rtl/ustring.hxx>