]> git.proxmox.com Git - qemu.git/blobdiff - hw/intc/armv7m_nvic.c
hw: move private headers to hw/ subdirectories.
[qemu.git] / hw / intc / armv7m_nvic.c
index 75742601cb08eb26bb8c197b90c5edd97b859a97..566b4bfa413a8b845eb9d9a6a7d55ed0fdf0509a 100644 (file)
@@ -14,7 +14,7 @@
 #include "qemu/timer.h"
 #include "hw/arm.h"
 #include "exec/address-spaces.h"
-#include "hw/arm_gic_internal.h"
+#include "gic_internal.h"
 
 typedef struct {
     GICState gic;