X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fhw.h;h=7368470bb1356fe8f269771aedd5e09adf867bbb;hb=022c62cbbcf1ff40b23c92874f8670cddfec2414;hp=003d974866115a95232efe3ffc7b312a9e7420cf;hpb=737e150e89c44c6b33691a627e24bac7fb58f349;p=mirror_qemu.git diff --git a/hw/hw.h b/hw/hw.h index 003d974866..7368470bb1 100644 --- a/hw/hw.h +++ b/hw/hw.h @@ -5,10 +5,10 @@ #include "qemu-common.h" #if !defined(CONFIG_USER_ONLY) && !defined(NEED_CPU_H) -#include "cpu-common.h" +#include "exec/cpu-common.h" #endif -#include "ioport.h" +#include "exec/ioport.h" #include "irq.h" #include "block/aio.h" #include "qemu-file.h"