diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-06-26 07:09:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-28 09:08:15 +0200 |
commit | f4dafe050abe42a36ed56576c23539eb808db5ba (patch) | |
tree | 6328f9049b75c22d380717a20e75e00c7ab3d959 /include/osl | |
parent | 64acf709a616c45d20c9cb5b1bcce0da34593661 (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 'include/osl')
-rw-r--r-- | include/osl/diagnose.h | 1 | ||||
-rw-r--r-- | include/osl/module.h | 1 | ||||
-rw-r--r-- | include/osl/process.h | 3 | ||||
-rw-r--r-- | include/osl/socket.h | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h index 9f0d90468d76..18c08ef84eb8 100644 --- a/include/osl/diagnose.h +++ b/include/osl/diagnose.h @@ -24,7 +24,6 @@ #include "sal/config.h" #include "sal/detail/log.h" -#include "sal/saldllapi.h" #include "sal/types.h" /** @file diff --git a/include/osl/module.h b/include/osl/module.h index 76099a94ca6c..563f3492c987 100644 --- a/include/osl/module.h +++ b/include/osl/module.h @@ -22,7 +22,6 @@ #include "sal/config.h" -#include "rtl/tencinfo.h" #include "rtl/ustring.h" #include "sal/saldllapi.h" diff --git a/include/osl/process.h b/include/osl/process.h index 772db9abc7c5..120d87e64ab8 100644 --- a/include/osl/process.h +++ b/include/osl/process.h @@ -24,12 +24,9 @@ #include "sal/config.h" #include "osl/file.h" -#include "osl/pipe.h" #include "osl/security.h" -#include "osl/socket.h" #include "osl/time.h" #include "rtl/locale.h" -#include "rtl/textenc.h" #include "rtl/ustring.h" #include "sal/saldllapi.h" diff --git a/include/osl/socket.h b/include/osl/socket.h index 97b0cdf429cf..a7eda5e9c69f 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -21,10 +21,7 @@ #define INCLUDED_OSL_SOCKET_H #include "rtl/ustring.h" -#include "rtl/byteseq.h" - #include "osl/time.h" -#include "rtl/tencinfo.h" #ifdef __cplusplus extern "C" { |