diff options
Diffstat (limited to 'tools/perf/bench/epoll-wait.c')
-rw-r--r-- | tools/perf/bench/epoll-wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/epoll-wait.c b/tools/perf/bench/epoll-wait.c index f6b4472847d2..7af694437f4e 100644 --- a/tools/perf/bench/epoll-wait.c +++ b/tools/perf/bench/epoll-wait.c | |||
@@ -76,12 +76,12 @@ | |||
76 | #include <sys/epoll.h> | 76 | #include <sys/epoll.h> |
77 | #include <sys/eventfd.h> | 77 | #include <sys/eventfd.h> |
78 | #include <sys/types.h> | 78 | #include <sys/types.h> |
79 | #include <internal/cpumap.h> | ||
79 | #include <perf/cpumap.h> | 80 | #include <perf/cpumap.h> |
80 | 81 | ||
81 | #include "../util/stat.h" | 82 | #include "../util/stat.h" |
82 | #include <subcmd/parse-options.h> | 83 | #include <subcmd/parse-options.h> |
83 | #include "bench.h" | 84 | #include "bench.h" |
84 | #include "cpumap.h" | ||
85 | 85 | ||
86 | #include <err.h> | 86 | #include <err.h> |
87 | 87 | ||