kernel/tools/perf/util/mem2node.c
.. .. @@ -2,8 +2,11 @@ 2 2 #include <inttypes.h> 3 3 #include <asm/bug.h> 4 4 #include <linux/bitmap.h> 5 +#include <linux/kernel.h>6 +#include <linux/zalloc.h>7 +#include "debug.h"8 +#include "env.h"5 9 #include "mem2node.h" 6 -#include "util.h"7 10 8 11 struct phys_entry { 9 12 struct rb_node rb_node;