diff options
Diffstat (limited to 'tools/perf/tests/perf-record.c')
-rw-r--r-- | tools/perf/tests/perf-record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/perf-record.c b/tools/perf/tests/perf-record.c index 67b388e92cba..3a205f6f9363 100644 --- a/tools/perf/tests/perf-record.c +++ b/tools/perf/tests/perf-record.c | |||
@@ -7,8 +7,8 @@ | |||
7 | #include <sched.h> | 7 | #include <sched.h> |
8 | #include "evlist.h" | 8 | #include "evlist.h" |
9 | #include "evsel.h" | 9 | #include "evsel.h" |
10 | #include "perf.h" | ||
11 | #include "debug.h" | 10 | #include "debug.h" |
11 | #include "record.h" | ||
12 | #include "tests.h" | 12 | #include "tests.h" |
13 | 13 | ||
14 | static int sched__get_first_possible_cpu(pid_t pid, cpu_set_t *maskp) | 14 | static int sched__get_first_possible_cpu(pid_t pid, cpu_set_t *maskp) |