forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 {