diff options
Diffstat (limited to 'hw/puv3_ost.c')
-rw-r--r-- | hw/puv3_ost.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/puv3_ost.c b/hw/puv3_ost.c index 14c6f21..10a522a 100644 --- a/hw/puv3_ost.c +++ b/hw/puv3_ost.c @@ -8,11 +8,11 @@ * published by the Free Software Foundation, or any later version. * See the COPYING file in the top-level directory. */ -#include "sysbus.h" -#include "ptimer.h" +#include "hw/sysbus.h" +#include "hw/ptimer.h" #undef DEBUG_PUV3 -#include "puv3.h" +#include "hw/puv3.h" /* puv3 ostimer implementation. */ typedef struct { |