kernel/tools/perf/util/strbuf.c
.. .. @@ -1,8 +1,14 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 +#include "cache.h"2 3 #include "debug.h" 3 -#include "util.h"4 +#include "strbuf.h"4 5 #include <linux/kernel.h> 6 +#include <linux/string.h>7 +#include <linux/zalloc.h>5 8 #include <errno.h> 9 +#include <stdio.h>10 +#include <stdlib.h>11 +#include <unistd.h>6 12 7 13 /* 8 14 * Used as the default ->buf value, so that people can always assume