diff options
Diffstat (limited to 'hw/escc.c')
| -rw-r--r-- | hw/escc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/escc.c b/hw/escc.c index 18c02921e3..baf0219304 100644 --- a/hw/escc.c +++ b/hw/escc.c @@ -22,9 +22,9 @@ * THE SOFTWARE. */ -#include "hw.h" -#include "sysbus.h" -#include "escc.h" +#include "hw/hw.h" +#include "hw/sysbus.h" +#include "hw/escc.h" #include "char/char.h" #include "ui/console.h" #include "trace.h" |