diff options
Diffstat (limited to 'tools/perf/ui/helpline.c')
-rw-r--r-- | tools/perf/ui/helpline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/ui/helpline.c b/tools/perf/ui/helpline.c index 54bcd08df87e..911182b3f5e6 100644 --- a/tools/perf/ui/helpline.c +++ b/tools/perf/ui/helpline.c | |||
@@ -3,10 +3,8 @@ | |||
3 | #include <stdlib.h> | 3 | #include <stdlib.h> |
4 | #include <string.h> | 4 | #include <string.h> |
5 | 5 | ||
6 | #include "../util/debug.h" | ||
7 | #include "helpline.h" | 6 | #include "helpline.h" |
8 | #include "ui.h" | 7 | #include "ui.h" |
9 | #include "../util/util.h" | ||
10 | 8 | ||
11 | char ui_helpline__current[512]; | 9 | char ui_helpline__current[512]; |
12 | 10 | ||