diff options
Diffstat (limited to 'hw/serial-isa.c')
-rw-r--r-- | hw/serial-isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/serial-isa.c b/hw/serial-isa.c index a630a7d506..ed140d04a6 100644 --- a/hw/serial-isa.c +++ b/hw/serial-isa.c @@ -23,8 +23,8 @@ * THE SOFTWARE. */ -#include "hw/serial.h" -#include "hw/isa.h" +#include "hw/char/serial.h" +#include "hw/isa/isa.h" typedef struct ISASerialState { ISADevice dev; |