]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/puv3.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / puv3.c
index c722510d7e78794ab8a37337469652b6c4c897bc..f9d0c2bab191663e95fb2d4d7d52f4e37b8fc85d 100644 (file)
--- a/hw/puv3.c
+++ b/hw/puv3.c
 #include "ui/console.h"
 #include "elf.h"
 #include "exec/address-spaces.h"
-#include "sysbus.h"
-#include "boards.h"
-#include "loader.h"
-#include "pc.h"
+#include "hw/sysbus.h"
+#include "hw/boards.h"
+#include "hw/loader.h"
+#include "hw/pc.h"
 
 #undef DEBUG_PUV3
-#include "puv3.h"
+#include "hw/puv3.h"
 
 #define KERNEL_LOAD_ADDR        0x03000000
 #define KERNEL_MAX_SIZE         0x00800000 /* Just a guess */