summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2017-04-20 01:57:47 +0200
committerArnaldo Carvalho de Melo2017-04-24 18:43:33 +0200
commit7a8ef4c4b5fd5c578da4dadbcb1c5da650426c74 (patch)
tree84e400a1a819a9ff044fe4ca8eb196ab35cb490b /tools/perf/util/machine.c
parentperf tools: Remove stale prototypes from builtin.h (diff)
downloadkernel-qcow2-linux-7a8ef4c4b5fd5c578da4dadbcb1c5da650426c74.tar.gz
kernel-qcow2-linux-7a8ef4c4b5fd5c578da4dadbcb1c5da650426c74.tar.xz
kernel-qcow2-linux-7a8ef4c4b5fd5c578da4dadbcb1c5da650426c74.zip
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Not needed in this header, added to the places that need FILE, putchar(), access() and a few other prototypes. Link: http://lkml.kernel.org/n/tip-xxtdsl6nsna82j7puwbdjqhs@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/machine.c')
-rw-r--r--tools/perf/util/machine.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c
index 988e84ce6f88..7a47f52ccfcc 100644
--- a/tools/perf/util/machine.c
+++ b/tools/perf/util/machine.c
@@ -14,6 +14,9 @@
#include "thread.h"
#include "vdso.h"
#include <stdbool.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
#include "unwind.h"
#include "linux/hash.h"
#include "asm/bug.h"