diff options
Diffstat (limited to 'tools/perf/tests/parse-no-sample-id-all.c')
-rw-r--r-- | tools/perf/tests/parse-no-sample-id-all.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/tests/parse-no-sample-id-all.c b/tools/perf/tests/parse-no-sample-id-all.c index 8284752a60c8..adf3c9c4a416 100644 --- a/tools/perf/tests/parse-no-sample-id-all.c +++ b/tools/perf/tests/parse-no-sample-id-all.c | |||
@@ -1,4 +1,3 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
2 | #include <linux/kernel.h> | 1 | #include <linux/kernel.h> |
3 | #include <linux/types.h> | 2 | #include <linux/types.h> |
4 | #include <stddef.h> | 3 | #include <stddef.h> |
@@ -8,7 +7,6 @@ | |||
8 | #include "event.h" | 7 | #include "event.h" |
9 | #include "evlist.h" | 8 | #include "evlist.h" |
10 | #include "header.h" | 9 | #include "header.h" |
11 | #include "util.h" | ||
12 | #include "debug.h" | 10 | #include "debug.h" |
13 | 11 | ||
14 | static int process_event(struct evlist **pevlist, union perf_event *event) | 12 | static int process_event(struct evlist **pevlist, union perf_event *event) |