diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-10-17 13:44:03 -0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-12-18 17:07:02 +0300 |
| commit | 1330f1e2b76af4094ce3596a8c80874d7e1048a8 (patch) | |
| tree | 020760ad45b6a76854ef98f68828766b14446397 | |
| parent | d6e3f50a471ab870c5c99df499cd38ce61d3efb5 (diff) | |
| download | focaccia-qemu-1330f1e2b76af4094ce3596a8c80874d7e1048a8.tar.gz focaccia-qemu-1330f1e2b76af4094ce3596a8c80874d7e1048a8.zip | |
numa: remove unused #include
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
| -rw-r--r-- | numa.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |