forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/perf/ui/gtk/util.c
....@@ -1,11 +1,10 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include "../util.h"
3
-#include "../../util/util.h"
4
-#include "../../util/debug.h"
53 #include "gtk.h"
64
5
+#include <stdlib.h>
76 #include <string.h>
8
-
7
+#include <linux/zalloc.h>
98
109 struct perf_gtk_context *pgctx;
1110