diff options
Diffstat (limited to 'hw/vga.c')
| -rw-r--r-- | hw/vga.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/vga.c b/hw/vga.c index c2661610e3..e2ba7f208c 100644 --- a/hw/vga.c +++ b/hw/vga.c @@ -23,12 +23,12 @@ */ #include "hw.h" #include "vga.h" -#include "console.h" +#include "ui/console.h" #include "pc.h" -#include "pci.h" +#include "pci/pci.h" #include "vga_int.h" -#include "pixel_ops.h" -#include "qemu-timer.h" +#include "ui/pixel_ops.h" +#include "qemu/timer.h" #include "xen.h" #include "trace.h" |