diff options
Diffstat (limited to 'accel/hvf/hvf-all.c')
-rw-r--r-- | accel/hvf/hvf-all.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel/hvf/hvf-all.c b/accel/hvf/hvf-all.c index 6ca0850..d404e01 100644 --- a/accel/hvf/hvf-all.c +++ b/accel/hvf/hvf-all.c @@ -10,8 +10,8 @@ #include "qemu/osdep.h" #include "qemu/error-report.h" -#include "sysemu/hvf.h" -#include "sysemu/hvf_int.h" +#include "system/hvf.h" +#include "system/hvf_int.h" const char *hvf_return_string(hv_return_t ret) { |