hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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