summary refs log tree commit diff stats
path: root/hw/imx_avic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/imx_avic.c')
-rw-r--r--hw/imx_avic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/imx_avic.c b/hw/imx_avic.c
index f1f066cf9c..4e280b6ab9 100644
--- a/hw/imx_avic.c
+++ b/hw/imx_avic.c
@@ -14,8 +14,8 @@
  * TODO: implement vectors.
  */
 
-#include "hw.h"
-#include "sysbus.h"
+#include "hw/hw.h"
+#include "hw/sysbus.h"
 #include "qemu/host-utils.h"
 
 #define DEBUG_INT 1