No code in device_tree.c or physmem.c require declarations from "monitor/monitor.h".
Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- system/device_tree.c | 1 - system/physmem.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/system/device_tree.c b/system/device_tree.c index 1ea19629841..48365435ea0 100644 --- a/system/device_tree.c +++ b/system/device_tree.c @@ -29,7 +29,6 @@ #include "qemu/config-file.h" #include "qapi/qapi-commands-machine.h" #include "qobject/qdict.h" -#include "monitor/hmp.h" #include <libfdt.h> diff --git a/system/physmem.c b/system/physmem.c index c21ea929153..21614e1c4d0 100644 --- a/system/physmem.c +++ b/system/physmem.c @@ -84,8 +84,6 @@ #include "qemu/mmap-alloc.h" #endif -#include "monitor/monitor.h" - #ifdef CONFIG_LIBDAXCTL #include <daxctl/libdaxctl.h> #endif -- 2.53.0
