diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-19 17:58:26 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-24 12:43:31 -0400 |
commit | bf6733432dd8d92ffd687d6ce014a37923ba8105 (patch) | |
tree | 25b7384d03199a8a81cf2e8927248b1f6f690e11 /tools/perf | |
parent | 391e42060098a743a87380ed02bf4c8126742b04 (diff) |
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/perf')
-rw-r--r-- | tools/perf/util/util.h | 4 |
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 @@ | |||
10 | #include <unistd.h> | 10 | #include <unistd.h> |
11 | #include <stdio.h> | 11 | #include <stdio.h> |
12 | #include <sys/stat.h> | 12 | #include <sys/stat.h> |
13 | #include <sys/statfs.h> | ||
14 | #include <fcntl.h> | 13 | #include <fcntl.h> |
15 | #include <stdbool.h> | 14 | #include <stdbool.h> |
16 | #include <stddef.h> | 15 | #include <stddef.h> |
17 | #include <stdlib.h> | 16 | #include <stdlib.h> |
18 | #include <stdarg.h> | 17 | #include <stdarg.h> |
19 | #include <string.h> | 18 | #include <string.h> |
20 | #include <sys/types.h> | ||
21 | #include <assert.h> | ||
22 | #include <sys/wait.h> | 19 | #include <sys/wait.h> |
23 | #include <poll.h> | 20 | #include <poll.h> |
24 | #include <sys/socket.h> | ||
25 | #include <sys/ioctl.h> | 21 | #include <sys/ioctl.h> |
26 | #include <linux/types.h> | 22 | #include <linux/types.h> |
27 | 23 | ||