diff options
Diffstat (limited to 'tools/perf/ui/browser.c')
-rw-r--r-- | tools/perf/ui/browser.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/perf/ui/browser.c b/tools/perf/ui/browser.c index f80c51d53565..d227d74b28f8 100644 --- a/tools/perf/ui/browser.c +++ b/tools/perf/ui/browser.c | |||
@@ -1,7 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include "../string2.h" | 2 | #include "../util/util.h" |
3 | #include "../config.h" | 3 | #include "../util/string2.h" |
4 | #include "../../perf.h" | 4 | #include "../util/config.h" |
5 | #include "../perf.h" | ||
5 | #include "libslang.h" | 6 | #include "libslang.h" |
6 | #include "ui.h" | 7 | #include "ui.h" |
7 | #include "util.h" | 8 | #include "util.h" |
@@ -14,7 +15,7 @@ | |||
14 | #include "browser.h" | 15 | #include "browser.h" |
15 | #include "helpline.h" | 16 | #include "helpline.h" |
16 | #include "keysyms.h" | 17 | #include "keysyms.h" |
17 | #include "../color.h" | 18 | #include "../util/color.h" |
18 | #include <linux/ctype.h> | 19 | #include <linux/ctype.h> |
19 | #include <linux/zalloc.h> | 20 | #include <linux/zalloc.h> |
20 | 21 | ||