]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/shix.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / shix.c
index 6f2d55a155cd90bcaa347e7f78ac549785989afa..192579d0658ba1b7ae1a3ec053e878424c4ce54e 100644 (file)
--- a/hw/shix.c
+++ b/hw/shix.c
 
    More information in target-sh4/README.sh4
 */
-#include "hw.h"
-#include "sh.h"
+#include "hw/hw.h"
+#include "hw/sh.h"
 #include "sysemu/sysemu.h"
-#include "boards.h"
-#include "loader.h"
+#include "hw/boards.h"
+#include "hw/loader.h"
 #include "exec/address-spaces.h"
 
 #define BIOS_FILENAME "shix_bios.bin"