c80f6e9caa
Manually drop redundant includes that scripts/clean-includes misses, e.g. because they're hidden in generator programs, or they use the wrong kind of delimiter. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9 lines
136 B
C
9 lines
136 B
C
#include "qemu/osdep.h"
|
|
|
|
const MonitorDef *target_monitor_defs(void);
|
|
|
|
const MonitorDef *target_monitor_defs(void)
|
|
{
|
|
return NULL;
|
|
}
|