kernel/tools/perf/util/xyarray.c
.. .. @@ -1,8 +1,8 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include "xyarray.h" 3 -#include "util.h"4 3 #include <stdlib.h> 5 4 #include <string.h> 5 +#include <linux/zalloc.h>6 6 7 7 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) 8 8 {