]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/puv3_pm.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / puv3_pm.c
index 87a687afaead97a318c9e48c161eca491dd27b9d..6b8d94dd07262d75a98aed8b917540215a54872b 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"
 
 typedef struct {
     SysBusDevice busdev;