hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/tools/perf/ui/gtk/helpline.c
....@@ -1,11 +1,11 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include <stdio.h>
33 #include <string.h>
4
+#include <linux/kernel.h>
45
56 #include "gtk.h"
67 #include "../ui.h"
78 #include "../helpline.h"
8
-#include "../../util/debug.h"
99
1010 static void gtk_helpline_pop(void)
1111 {