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