kernel/tools/perf/ui/gtk/setup.c
.. .. @@ -1,7 +1,7 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include "gtk.h" 3 -#include "../../util/cache.h"4 -#include "../../util/debug.h"3 +#include <linux/compiler.h>4 +#include "../util.h"5 5 6 6 extern struct perf_error_ops perf_gtk_eops; 7 7