diff options
Diffstat (limited to 'hw/parallel.c')
-rw-r--r-- | hw/parallel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/parallel.c b/hw/parallel.c index c4705bc89d..64a46c6055 100644 --- a/hw/parallel.c +++ b/hw/parallel.c @@ -23,10 +23,10 @@ * THE SOFTWARE. */ #include "hw.h" -#include "qemu-char.h" +#include "char/char.h" #include "isa.h" #include "pc.h" -#include "sysemu.h" +#include "sysemu/sysemu.h" //#define DEBUG_PARALLEL |