diff options
Diffstat (limited to 'hw/debugcon.c')
-rw-r--r-- | hw/debugcon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/debugcon.c b/hw/debugcon.c index 81b2bb00f..cab7691b1 100644 --- a/hw/debugcon.c +++ b/hw/debugcon.c @@ -24,10 +24,10 @@ * THE SOFTWARE. */ -#include "hw.h" +#include "hw/hw.h" #include "char/char.h" -#include "isa.h" -#include "pc.h" +#include "hw/isa.h" +#include "hw/pc.h" #define TYPE_ISA_DEBUGCON_DEVICE "isa-debugcon" #define ISA_DEBUGCON_DEVICE(obj) \ |