hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
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