diff options
author | Markus Armbruster <armbru@redhat.com> | 2016-03-11 09:20:17 +0100 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:52:21 -0600 |
commit | 228d57eaade5e1f4a7c081c393bb18063aa71a8d (patch) | |
tree | d418584b6453b796b4c65e0b57df7840576905b3 /hw/lm32/lm32_boards.c | |
parent | 11c677fa2b17f92ab846acd5481d294dbf184072 (diff) | |
download | hqemu-228d57eaade5e1f4a7c081c393bb18063aa71a8d.zip hqemu-228d57eaade5e1f4a7c081c393bb18063aa71a8d.tar.gz |
include/crypto: Include qapi-types.h or qemu/bswap.h instead of 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."
Several include/crypto/ headers include qemu-common.h, but either need
just qapi-types.h from it, or qemu/bswap.h, or nothing at all. Replace or
drop the include accordingly. tests/test-crypto-secret.c now misses
qemu/module.h, so include it there.
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