summaryrefslogtreecommitdiff
path: root/tools/source/stream/strmunx.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-29 23:40:38 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-30 15:02:42 +0200
commit83abdf803a023067ebc207fd82dde987df233754 (patch)
tree7ce48641e90dde4e7854c94dbeabfce3e46d1610 /tools/source/stream/strmunx.cxx
parenta1a16b22629d7952ef3aaefc76f080f7fdba7296 (diff)
tdf#42949 Fix IWYU warnings in tools/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I47974f5c24819eb60e6724f42d51bb206dc26d21 Reviewed-on: https://gerrit.libreoffice.org/71557 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'tools/source/stream/strmunx.cxx')
-rw-r--r--tools/source/stream/strmunx.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index c682071a112c..4ba6da6dfe1b 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -19,12 +19,8 @@
#include <algorithm>
#include <stdio.h>
-#include <string.h>
-#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
-#include <unistd.h>
-#include <limits.h>
#include <tools/stream.hxx>
#include <vector>
@@ -37,7 +33,6 @@
#include <osl/file.hxx>
#include <osl/detail/file.h>
#include <rtl/instance.hxx>
-#include <rtl/strbuf.hxx>
using namespace osl;