forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/tools/perf/ui/gtk/setup.c
....@@ -1,7 +1,7 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include "gtk.h"
3
-#include "../../util/cache.h"
4
-#include "../../util/debug.h"
3
+#include <linux/compiler.h>
4
+#include "../util.h"
55
66 extern struct perf_error_ops perf_gtk_eops;
77