summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-17 17:14:51 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-17 17:14:51 +0000
commit87ecb68bdf8a3e40ef885ddbb7ca1797dca40ebf (patch)
treef8c5c8eb6e34a6d492a9638d62489e7569f8b046 /hw/sh7750.c
parentsd.c build fix. (diff)
downloadqemu-kvm-87ecb68bdf8a3e40ef885ddbb7ca1797dca40ebf.tar.gz
qemu-kvm-87ecb68bdf8a3e40ef885ddbb7ca1797dca40ebf.tar.bz2
qemu-kvm-87ecb68bdf8a3e40ef885ddbb7ca1797dca40ebf.zip
Break up vl.h.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3674 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sh7750.c')
-rw-r--r--hw/sh7750.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/sh7750.c b/hw/sh7750.c
index 1e2d91719..82317d7ea 100644
--- a/hw/sh7750.c
+++ b/hw/sh7750.c
@@ -24,7 +24,9 @@
*/
#include <stdio.h>
#include <assert.h>
-#include "vl.h"
+#include "hw.h"
+#include "sh.h"
+#include "sysemu.h"
#include "sh7750_regs.h"
#include "sh7750_regnames.h"
#include "sh_intc.h"