aboutsummaryrefslogtreecommitdiff
path: root/hw/puv3_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/puv3_gpio.c')
-rw-r--r--hw/puv3_gpio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/puv3_gpio.c b/hw/puv3_gpio.c
index 152248d291..b2a790b683 100644
--- a/hw/puv3_gpio.c
+++ b/hw/puv3_gpio.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 "hw.h"
-#include "sysbus.h"
+#include "hw/hw.h"
+#include "hw/sysbus.h"
#undef DEBUG_PUV3
-#include "puv3.h"
+#include "hw/puv3.h"
typedef struct {
SysBusDevice busdev;