summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2017-04-19 23:58:26 +0200
committerArnaldo Carvalho de Melo2017-04-24 18:43:31 +0200
commitbf6733432dd8d92ffd687d6ce014a37923ba8105 (patch)
tree25b7384d03199a8a81cf2e8927248b1f6f690e11 /tools
parentperf tools: Include sys/param.h where needed (diff)
downloadkernel-qcow2-linux-bf6733432dd8d92ffd687d6ce014a37923ba8105.tar.gz
kernel-qcow2-linux-bf6733432dd8d92ffd687d6ce014a37923ba8105.tar.xz
kernel-qcow2-linux-bf6733432dd8d92ffd687d6ce014a37923ba8105.zip
perf tools: Remove a few more needless includes from util.h
Link: http://lkml.kernel.org/n/tip-sb2zu21d6h42e5qnsrtl6wuu@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h
index 4e2afd6427cd..0df20a3973da 100644
--- a/tools/perf/util/util.h
+++ b/tools/perf/util/util.h
@@ -10,18 +10,14 @@
#include <unistd.h>
#include <stdio.h>
#include <sys/stat.h>
-#include <sys/statfs.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
-#include <sys/types.h>
-#include <assert.h>
#include <sys/wait.h>
#include <poll.h>
-#include <sys/socket.h>
#include <sys/ioctl.h>
#include <linux/types.h>