aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/helpline.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/ui/helpline.c')
-rw-r--r--tools/perf/ui/helpline.c2
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
11char ui_helpline__current[512]; 9char ui_helpline__current[512];
12 10