aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/futex-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/bench/futex-hash.c')
-rw-r--r--tools/perf/bench/futex-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/futex-hash.c b/tools/perf/bench/futex-hash.c
index 80e138904c66..8ba0c3330a9a 100644
--- a/tools/perf/bench/futex-hash.c
+++ b/tools/perf/bench/futex-hash.c
@@ -20,13 +20,13 @@
20#include <linux/kernel.h> 20#include <linux/kernel.h>
21#include <linux/zalloc.h> 21#include <linux/zalloc.h>
22#include <sys/time.h> 22#include <sys/time.h>
23#include <internal/cpumap.h>
23#include <perf/cpumap.h> 24#include <perf/cpumap.h>
24 25
25#include "../util/stat.h" 26#include "../util/stat.h"
26#include <subcmd/parse-options.h> 27#include <subcmd/parse-options.h>
27#include "bench.h" 28#include "bench.h"
28#include "futex.h" 29#include "futex.h"
29#include "cpumap.h"
30 30
31#include <err.h> 31#include <err.h>
32 32