Revision 83c9f4ca hw/vga-isa.c

b/hw/vga-isa.c
23 23
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 24
 * THE SOFTWARE.
25 25
 */
26
#include "hw.h"
26
#include "hw/hw.h"
27 27
#include "ui/console.h"
28
#include "pc.h"
29
#include "vga_int.h"
28
#include "hw/pc.h"
29
#include "hw/vga_int.h"
30 30
#include "ui/pixel_ops.h"
31 31
#include "qemu/timer.h"
32
#include "loader.h"
32
#include "hw/loader.h"
33 33

  
34 34
typedef struct ISAVGAState {
35 35
    ISADevice dev;

Also available in: Unified diff