]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/qapi/events.py
Include qemu-common.h exactly where needed
[mirror_qemu.git] / scripts / qapi / events.py
index 2067660be4ed25d812658d9813191328c122c5f2..b732581046aa05074aaaec4d84a72ae2ea1c2633 100644 (file)
@@ -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"