diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-stat.c')
-rw-r--r-- | Documentation/perf_counter/builtin-stat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c index 03518d75d864..8ae01d51f291 100644 --- a/Documentation/perf_counter/builtin-stat.c +++ b/Documentation/perf_counter/builtin-stat.c | |||
@@ -61,6 +61,7 @@ | |||
61 | * Released under the GPL v2. (and only v2, not any later version) | 61 | * Released under the GPL v2. (and only v2, not any later version) |
62 | */ | 62 | */ |
63 | 63 | ||
64 | #include "perf.h" | ||
64 | #include "util/util.h" | 65 | #include "util/util.h" |
65 | 66 | ||
66 | #include <getopt.h> | 67 | #include <getopt.h> |
@@ -83,10 +84,6 @@ | |||
83 | #include <linux/unistd.h> | 84 | #include <linux/unistd.h> |
84 | #include <linux/types.h> | 85 | #include <linux/types.h> |
85 | 86 | ||
86 | #include "../../include/linux/perf_counter.h" | ||
87 | |||
88 | #include "perf.h" | ||
89 | |||
90 | #define EVENT_MASK_KERNEL 1 | 87 | #define EVENT_MASK_KERNEL 1 |
91 | #define EVENT_MASK_USER 2 | 88 | #define EVENT_MASK_USER 2 |
92 | 89 | ||