]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/mcf5208.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / mcf5208.c
index 86402d30d55e7659130c8ad4964f1d17622fca1e..748bf5698378796ac017a331683aca626ea34d3f 100644 (file)
@@ -5,14 +5,14 @@
  *
  * This code is licensed under the GPL
  */
-#include "hw.h"
-#include "mcf.h"
+#include "hw/hw.h"
+#include "hw/mcf.h"
 #include "qemu/timer.h"
-#include "ptimer.h"
+#include "hw/ptimer.h"
 #include "sysemu/sysemu.h"
 #include "net/net.h"
-#include "boards.h"
-#include "loader.h"
+#include "hw/boards.h"
+#include "hw/loader.h"
 #include "elf.h"
 #include "exec/address-spaces.h"