]> Git Repo - qemu.git/blobdiff - scripts/qapi-types.py
migration: remove support for non-iovec based write handlers
[qemu.git] / scripts / qapi-types.py
index e09c8751a93802e3b1f45166ba4900139f1f52fb..437cf6c8e3ec08fb878e1f9c12c7649af9ec260c 100644 (file)
@@ -294,11 +294,6 @@ fdef.write(mcgen('''
 ''',
                  prefix=prefix))
 
-# To avoid circular headers, use only typedefs.h here, not qobject.h
-fdecl.write(mcgen('''
-#include "qemu/typedefs.h"
-'''))
-
 schema = QAPISchema(input_file)
 gen = QAPISchemaGenTypeVisitor()
 schema.visit(gen)
This page took 0.023797 seconds and 4 git commands to generate.