diff options
author | pbrook <pbrook> | 2007-11-17 17:14:37 +0000 |
---|---|---|
committer | pbrook <pbrook> | 2007-11-17 17:14:37 +0000 |
commit | f4b21ce8084fc3ffcfc1a2b92bd26466700d3d40 (patch) | |
tree | 18bdcb19809082d00aac260a66dcc8440e306d1e /qemu/hw/omap_lcdc.c | |
parent | ed024c9d969401eab584b9eee86968369c673082 (diff) |
Break up vl.h.
Diffstat (limited to 'qemu/hw/omap_lcdc.c')
-rw-r--r-- | qemu/hw/omap_lcdc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qemu/hw/omap_lcdc.c b/qemu/hw/omap_lcdc.c index 543d1f2b..c6565d1d 100644 --- a/qemu/hw/omap_lcdc.c +++ b/qemu/hw/omap_lcdc.c @@ -18,7 +18,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */ -#include "vl.h" +#include "hw.h" +#include "console.h" +#include "omap.h" struct omap_lcd_panel_s { target_phys_addr_t base; |