Re: [PATCH for-8.0] monitor/misc: Remove superfluous include statements

2022-11-28 Thread Markus Armbruster
Thomas Huth writes: > These #includes are not required anymore (the likely got superfluous > with commit da76ee76f7 - "hmp-commands-info: move info_cmds content > out of monitor.c"). > > Signed-off-by: Thomas Huth Appreciated! Reviewed-by: Markus Armbruster

[PATCH for-8.0] monitor/misc: Remove superfluous include statements

2022-11-28 Thread Thomas Huth
These #includes are not required anymore (the likely got superfluous with commit da76ee76f7 - "hmp-commands-info: move info_cmds content out of monitor.c"). Signed-off-by: Thomas Huth --- monitor/misc.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/monitor/misc.c b/monitor/misc.c inde