]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/puv3_dma.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / puv3_dma.c
index 9de63b4c3449b8b060969db4870f2aeb943487d6..c05a14ea16ff2a5e1fbd63b589dcceaffd51e5e3 100644 (file)
@@ -8,11 +8,11 @@
  * published by the Free Software Foundation, or any later version.
  * See the COPYING file in the top-level directory.
  */
-#include "hw.h"
-#include "sysbus.h"
+#include "hw/hw.h"
+#include "hw/sysbus.h"
 
 #undef DEBUG_PUV3
-#include "puv3.h"
+#include "hw/puv3.h"
 
 #define PUV3_DMA_CH_NR          (6)
 #define PUV3_DMA_CH_MASK        (0xff)