diff options
Diffstat (limited to 'hw/ppc/pef.c')
| -rw-r--r-- | hw/ppc/pef.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ppc/pef.c b/hw/ppc/pef.c index 47553348b1..8b2d726e00 100644 --- a/hw/ppc/pef.c +++ b/hw/ppc/pef.c @@ -12,9 +12,9 @@ #include "qapi/error.h" #include "qom/object_interfaces.h" -#include "sysemu/kvm.h" +#include "system/kvm.h" #include "migration/blocker.h" -#include "exec/confidential-guest-support.h" +#include "system/confidential-guest-support.h" #define TYPE_PEF_GUEST "pef-guest" OBJECT_DECLARE_SIMPLE_TYPE(PefGuest, PEF_GUEST) |