]> git.proxmox.com Git - qemu.git/blobdiff - hw/pxa2xx_lcd.c
Break up vl.h.
[qemu.git] / hw / pxa2xx_lcd.c
index 7ae9ba63367a8b4020a17235ebef3bdbdd573710..56328e9f447140e3aecb07eccdaf008c4ab5d6e1 100644 (file)
@@ -7,8 +7,12 @@
  * This code is licensed under the GPLv2.
  */
 
-#include "vl.h"
+#include "hw.h"
+#include "console.h"
+#include "pxa.h"
 #include "pixel_ops.h"
+/* FIXME: For graphic_rotate. Should probably be done in common code.  */
+#include "sysemu.h"
 
 typedef void (*drawfn)(uint32_t *, uint8_t *, const uint8_t *, int, int);