kernel/tools/perf/ui/tui/setup.c
.. .. @@ -1,15 +1,15 @@ 1 -// SPDX-License-Identifier: GPL-2.02 1 #include <errno.h> 3 2 #include <signal.h> 4 3 #include <stdbool.h> 4 +#include <stdlib.h>5 +#include <unistd.h>5 6 #include <linux/kernel.h> 6 7 #ifdef HAVE_BACKTRACE_SUPPORT 7 8 #include <execinfo.h> 8 9 #endif 9 10 10 -#include "../../util/cache.h"11 11 #include "../../util/debug.h" 12 -#include "../../util/util.h"12 +#include "../../perf.h"13 13 #include "../browser.h" 14 14 #include "../helpline.h" 15 15 #include "../ui.h"