X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=scripts%2Fqapi%2Fevents.py;h=b732581046aa05074aaaec4d84a72ae2ea1c2633;hb=a8d2532645cf5ce4f75981f81dfe363efc35d05c;hp=2067660be4ed25d812658d9813191328c122c5f2;hpb=0b8fa32f551e863bb548a11394239239270dd3dc;p=mirror_qemu.git diff --git a/scripts/qapi/events.py b/scripts/qapi/events.py index 2067660be4..b732581046 100644 --- a/scripts/qapi/events.py +++ b/scripts/qapi/events.py @@ -148,7 +148,6 @@ class QAPISchemaGenEventVisitor(QAPISchemaModularCVisitor): visit = self._module_basename('qapi-visit', name) self._genc.add(mcgen(''' #include "qemu/osdep.h" -#include "qemu-common.h" #include "%(prefix)sqapi-emit-events.h" #include "%(events)s.h" #include "%(visit)s.h"