]> git.proxmox.com Git - qemu.git/blobdiff - hw/mips_r4k.c
Break up vl.h.
[qemu.git] / hw / mips_r4k.c
index acdb384cd0fefa46e3f1cc60073aee15d2ccbc5f..42effb365c6461e5032d82889fa782a09d10b537 100644 (file)
@@ -7,7 +7,13 @@
  * All peripherial devices are attached to this "bus" with
  * the standard PC ISA addresses.
 */
-#include "vl.h"
+#include "hw.h"
+#include "mips.h"
+#include "pc.h"
+#include "isa.h"
+#include "net.h"
+#include "sysemu.h"
+#include "boards.h"
 
 #ifdef TARGET_WORDS_BIGENDIAN
 #define BIOS_FILENAME "mips_bios.bin"