]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pxa2xx_pic.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / pxa2xx_pic.c
index 90b8fef3f9ede37027dda02b9bdf7f61772a3ba8..145fc78c2fc37c19ff5d378e1a7917efce106a1e 100644 (file)
@@ -8,9 +8,9 @@
  * This code is licensed under the GPL.
  */
 
-#include "hw.h"
-#include "pxa.h"
-#include "sysbus.h"
+#include "hw/hw.h"
+#include "hw/pxa.h"
+#include "hw/sysbus.h"
 
 #define ICIP   0x00    /* Interrupt Controller IRQ Pending register */
 #define ICMR   0x04    /* Interrupt Controller Mask register */