diff options
Diffstat (limited to 'tools/perf/util/parse-branch-options.c')
-rw-r--r-- | tools/perf/util/parse-branch-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/parse-branch-options.c b/tools/perf/util/parse-branch-options.c index 355eecf6bf59..afc088dd7d20 100644 --- a/tools/perf/util/parse-branch-options.c +++ b/tools/perf/util/parse-branch-options.c | |||
@@ -1,7 +1,7 @@ | |||
1 | #include "perf.h" | 1 | #include "perf.h" |
2 | #include "util/util.h" | 2 | #include "util/util.h" |
3 | #include "util/debug.h" | 3 | #include "util/debug.h" |
4 | #include "util/parse-options.h" | 4 | #include <subcmd/parse-options.h> |
5 | #include "util/parse-branch-options.h" | 5 | #include "util/parse-branch-options.h" |
6 | 6 | ||
7 | #define BRANCH_OPT(n, m) \ | 7 | #define BRANCH_OPT(n, m) \ |