aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin-top.c
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/perf_counter/builtin-top.c')
-rw-r--r--Documentation/perf_counter/builtin-top.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/perf_counter/builtin-top.c b/Documentation/perf_counter/builtin-top.c
index 814b2e4925e3..a3216a6018c4 100644
--- a/Documentation/perf_counter/builtin-top.c
+++ b/Documentation/perf_counter/builtin-top.c
@@ -42,6 +42,7 @@
42 * Released under the GPL v2. (and only v2, not any later version) 42 * Released under the GPL v2. (and only v2, not any later version)
43 */ 43 */
44 44
45#include "perf.h"
45#include "util/util.h" 46#include "util/util.h"
46 47
47#include <getopt.h> 48#include <getopt.h>
@@ -64,10 +65,6 @@
64#include <linux/unistd.h> 65#include <linux/unistd.h>
65#include <linux/types.h> 66#include <linux/types.h>
66 67
67#include "../../include/linux/perf_counter.h"
68
69#include "perf.h"
70
71static int system_wide = 0; 68static int system_wide = 0;
72 69
73static int nr_counters = 0; 70static int nr_counters = 0;