diff options
author | Markus Armbruster <armbru@redhat.com> | 2016-03-09 10:52:44 +0100 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:52:21 -0600 |
commit | 2ed4c9d9e2c0c16f8e25611b6c38ed1f431de48f (patch) | |
tree | 6d9836cb6ad83c8b244724209864221e6527e7df /hw/lm32/lm32_boards.c | |
parent | bb17ee45134060d87e879a7747a40f7678e0f922 (diff) | |
download | hqemu-2ed4c9d9e2c0c16f8e25611b6c38ed1f431de48f.zip hqemu-2ed4c9d9e2c0c16f8e25611b6c38ed1f431de48f.tar.gz |
include/qemu/iov.h: Don't include qemu-common.h
qemu-common.h should only be included by .c files. Its file comment
explains why: "No header file should depend on qemu-common.h, as this
would easily lead to circular header dependencies."
qemu/iov.h includes qemu-common.h for QEMUIOVector stuff. Move all
that to qemu/iov.h and drop the ill-advised include. Include
qemu/iov.h where the QEMUIOVector stuff is now missing.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/lm32/lm32_boards.c')
0 files changed, 0 insertions, 0 deletions