summaryrefslogtreecommitdiff
path: root/hw/lm32_pic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/lm32_pic.c')
-rw-r--r--hw/lm32_pic.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/lm32_pic.c b/hw/lm32_pic.c
index 42f298ad51..d17c310d5c 100644
--- a/hw/lm32_pic.c
+++ b/hw/lm32_pic.c
@@ -19,12 +19,12 @@
#include <assert.h>
-#include "hw.h"
-#include "pc.h"
+#include "hw/hw.h"
+#include "hw/pc.h"
#include "monitor/monitor.h"
-#include "sysbus.h"
+#include "hw/sysbus.h"
#include "trace.h"
-#include "lm32_pic.h"
+#include "hw/lm32_pic.h"
struct LM32PicState {
SysBusDevice busdev;