]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pxa2xx_dma.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / pxa2xx_dma.c
index c0dba45752c198126659b4ec0d4883bf3de8c69d..1db21c99ab3f45af76ee4d90cf70aca8cb800fb5 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 PXA255_DMA_NUM_CHANNELS 16
 #define PXA27X_DMA_NUM_CHANNELS 32