From: Anton Johansson Date: Fri, 19 Jan 2024 14:39:57 +0000 (+0100) Subject: hw/core: Include vaddr.h from cpu.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=61d6a915132db4616f601d5144fdac45f429a4cd;p=qemu.git hw/core: Include vaddr.h from cpu.h cpu-common.h is only needed for vaddr Signed-off-by: Anton Johansson Message-Id: <20240119144024.14289-8-anjo@rev.ng> Reviewed-by: Richard Henderson Signed-off-by: Richard Henderson --- diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h index 238c02c05e..db58f12233 100644 --- a/include/hw/core/cpu.h +++ b/include/hw/core/cpu.h @@ -22,8 +22,8 @@ #include "hw/qdev-core.h" #include "disas/dis-asm.h" -#include "exec/cpu-common.h" #include "exec/hwaddr.h" +#include "exec/vaddr.h" #include "exec/memattrs.h" #include "exec/tlb-common.h" #include "qapi/qapi-types-run-state.h"