diff options
Diffstat (limited to 'tools/perf/builtin-help.c')
-rw-r--r-- | tools/perf/builtin-help.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/builtin-help.c b/tools/perf/builtin-help.c index a83af92fb0d1..3976aebe3677 100644 --- a/tools/perf/builtin-help.c +++ b/tools/perf/builtin-help.c | |||
@@ -4,8 +4,9 @@ | |||
4 | * | 4 | * |
5 | * Builtin help command | 5 | * Builtin help command |
6 | */ | 6 | */ |
7 | #include "perf.h" | 7 | #include "util/cache.h" |
8 | #include "util/config.h" | 8 | #include "util/config.h" |
9 | #include "util/strbuf.h" | ||
9 | #include "builtin.h" | 10 | #include "builtin.h" |
10 | #include <subcmd/exec-cmd.h> | 11 | #include <subcmd/exec-cmd.h> |
11 | #include "common-cmds.h" | 12 | #include "common-cmds.h" |
@@ -14,10 +15,12 @@ | |||
14 | #include <subcmd/help.h> | 15 | #include <subcmd/help.h> |
15 | #include "util/debug.h" | 16 | #include "util/debug.h" |
16 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
18 | #include <linux/string.h> | ||
17 | #include <linux/zalloc.h> | 19 | #include <linux/zalloc.h> |
18 | #include <errno.h> | 20 | #include <errno.h> |
19 | #include <stdio.h> | 21 | #include <stdio.h> |
20 | #include <stdlib.h> | 22 | #include <stdlib.h> |
23 | #include <string.h> | ||
21 | #include <sys/types.h> | 24 | #include <sys/types.h> |
22 | #include <sys/stat.h> | 25 | #include <sys/stat.h> |
23 | #include <unistd.h> | 26 | #include <unistd.h> |