monitor: Remove unnecessary 'block/block.h' header
Nothing here requires declarations from "block/block.h" anymore. Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20260812211708.92824-12-philmd@oss.qualcomm.com>
Philippe Mathieu-Daudé committed
Aug 12, 2026 at 11:15 UTC
2697e7199a61a87964df0f202144f80b1f29a8db
1 file changed
-1
include/monitor/monitor.h
-1
@@ -1,7 +1,6 @@
1
#ifndef MONITOR_H
2
#define MONITOR_H
3
4
-#include "block/block.h"
4
#include "qapi/qapi-types-misc.h"
5
#include "qemu/coroutine-core.h"
6
#include "qemu/readline.h"