kernel/tools/perf/tests/llvm.c
.. .. @@ -1,12 +1,12 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include <stdio.h> 3 +#include <stdlib.h>4 +#include <string.h>3 5 #include <bpf/libbpf.h> 4 6 #include <util/llvm-utils.h> 5 -#include <util/cache.h>6 7 #include "llvm.h" 7 8 #include "tests.h" 8 9 #include "debug.h" 9 -#include "util.h"10 10 11 11 #ifdef HAVE_LIBBPF_SUPPORT 12 12 static int test__bpf_parsing(void *obj_buf, size_t obj_buf_sz)