kernel/tools/perf/ui/gtk/util.c
.. .. @@ -1,11 +1,10 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include "../util.h" 3 -#include "../../util/util.h"4 -#include "../../util/debug.h"5 3 #include "gtk.h" 6 4 5 +#include <stdlib.h>7 6 #include <string.h> 8 -7 +#include <linux/zalloc.h>9 8 10 9 struct perf_gtk_context *pgctx; 11 10