diff options
Diffstat (limited to 'hw/vfio/region.c')
| -rw-r--r-- | hw/vfio/region.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/vfio/region.c b/hw/vfio/region.c index 9049143abf..010b5241e1 100644 --- a/hw/vfio/region.c +++ b/hw/vfio/region.c @@ -21,8 +21,8 @@ #include "qemu/osdep.h" #include <sys/ioctl.h> -#include "hw/vfio/vfio-common.h" -#include "hw/vfio/pci.h" +#include "hw/vfio/vfio-region.h" +#include "hw/vfio/vfio-device.h" #include "hw/hw.h" #include "trace.h" #include "qapi/error.h" |