aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/code-reading.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/code-reading.c')
-rw-r--r--tools/perf/tests/code-reading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/code-reading.c b/tools/perf/tests/code-reading.c
index c1c29e08e7fb..fd02c1f1d976 100644
--- a/tools/perf/tests/code-reading.c
+++ b/tools/perf/tests/code-reading.c
@@ -19,12 +19,12 @@
19#include "evlist.h" 19#include "evlist.h"
20#include "evsel.h" 20#include "evsel.h"
21#include "thread_map.h" 21#include "thread_map.h"
22#include "cpumap.h"
23#include "machine.h" 22#include "machine.h"
24#include "map.h" 23#include "map.h"
25#include "symbol.h" 24#include "symbol.h"
26#include "event.h" 25#include "event.h"
27#include "record.h" 26#include "record.h"
27#include "util/synthetic-events.h"
28#include "thread.h" 28#include "thread.h"
29 29
30#include "tests.h" 30#include "tests.h"