diff options
Diffstat (limited to 'hw/pc-testdev.c')
-rw-r--r-- | hw/pc-testdev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/pc-testdev.c b/hw/pc-testdev.c index cf64a1f203..8236bce0c7 100644 --- a/hw/pc-testdev.c +++ b/hw/pc-testdev.c @@ -39,9 +39,9 @@ #if defined(CONFIG_POSIX) #include <sys/mman.h> #endif -#include "hw.h" -#include "qdev.h" -#include "isa.h" +#include "hw/hw.h" +#include "hw/qdev.h" +#include "hw/isa.h" #define IOMEM_LEN 0x10000 |