]> git.proxmox.com Git - qemu.git/blobdiff - hw/mcf_uart.c
Break up vl.h.
[qemu.git] / hw / mcf_uart.c
index ab0f54f4d43a9a563327d6145b0a727787d93616..01973a02fd58023d3af5aad9f05d456f4c4b2a0f 100644 (file)
@@ -5,7 +5,9 @@
  *
  * This code is licenced under the GPL
  */
-#include "vl.h"
+#include "hw.h"
+#include "mcf.h"
+#include "qemu-char.h"
 
 typedef struct {
     uint8_t mr[2];