diff options
Diffstat (limited to 'hw/debugexit.c')
-rw-r--r-- | hw/debugexit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/debugexit.c b/hw/debugexit.c index c1b489ddcb..ba67a8fb41 100644 --- a/hw/debugexit.c +++ b/hw/debugexit.c @@ -7,8 +7,8 @@ * (at your option) any later version. */ -#include "hw.h" -#include "isa.h" +#include "hw/hw.h" +#include "hw/isa.h" #define TYPE_ISA_DEBUG_EXIT_DEVICE "isa-debug-exit" #define ISA_DEBUG_EXIT_DEVICE(obj) \ |