diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-30 21:04:53 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-30 21:04:53 +0000 |
commit | 6180a1818ad1f6147983e48314ab6cbf49d4f084 (patch) | |
tree | d151bf5f87425ac9f4218d551da17d87af7823c6 /hw/vga.c | |
parent | d3eead2eec2f74fded2bed2cb8c21fd8404aeeb9 (diff) |
new directory structure
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@391 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/vga.c')
-rw-r--r-- | hw/vga.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ #include <sys/wait.h> #include <netinet/in.h> -#include "cpu-i386.h" -#include "exec.h" +#include "cpu.h" +#include "exec-all.h" #include "vl.h" |