On 7/7/22 18:37, Daniel P. Berrangé wrote:
Since qemu/osdep.h is guaranteed present in all C source files, there is hno reason for it to be present in header files. Some C source files are not directly directly, but rather included from other source files. These should also not have qemu/osdep.h present, as the primary source will have already included it. --- crypto/akcipher-gcrypt.c.inc | 1 - crypto/akcipher-nettle.c.inc | 1 - crypto/cipher-gnutls.c.inc | 1 - crypto/rsakey-nettle.c.inc | 1 - crypto/rsakey.h | 1 - include/hw/cxl/cxl_host.h | 1 - include/hw/tricore/triboard.h | 1 - include/qemu/userfaultfd.h | 1 - net/vmnet_int.h | 1 - qga/cutils.h | 2 -- target/cris/translate_v10.c.inc | 1 - target/hexagon/hex_arch_types.h | 1 - target/hexagon/mmvec/macros.h | 1 - target/riscv/pmu.h | 1 - target/xtensa/core-dc232b/xtensa-modules.c.inc | 1 - target/xtensa/core-dc233c/xtensa-modules.c.inc | 1 - target/xtensa/core-de212/xtensa-modules.c.inc | 1 - target/xtensa/core-fsf/xtensa-modules.c.inc | 1 - target/xtensa/core-sample_controller/xtensa-modules.c.inc | 1 - ui/vnc-enc-zrle.c.inc | 3 --- ui/vnc-enc-zywrle-template.c.inc | 1 - 21 files changed, 24 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
