hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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