From: Philippe Mathieu-Daudé Date: Tue, 17 Oct 2017 16:44:03 +0000 (-0300) Subject: numa: remove unused #include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1330f1e2b76af4094ce3596a8c80874d7e1048a8;p=qemu.git numa: remove unused #include Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Peter Maydell Signed-off-by: Michael Tokarev --- diff --git a/numa.c b/numa.c index 98fa9a4bcf..7b9c33ad12 100644 --- a/numa.c +++ b/numa.c @@ -29,7 +29,6 @@ #include "qemu/bitmap.h" #include "qom/cpu.h" #include "qemu/error-report.h" -#include "include/exec/cpu-common.h" /* for RAM_ADDR_FMT */ #include "qapi-visit.h" #include "qapi/opts-visitor.h" #include "hw/boards.h"