forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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