hw: explicitly include qemu-common.h and cpu.h

This commit is contained in:
Paolo Bonzini 2018-02-21 23:15:02 -05:00 committed by Lioncash
parent 6730bd3131
commit c024ca9f49
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
3 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,8 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu-common.h"
#include "cpu.h"
#include "hw/hw.h"
#include "hw/mips/mips.h"
#include "hw/mips/cpudevs.h"

View file

@ -27,6 +27,8 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu-common.h"
#include "cpu.h"
#include "hw/hw.h"
#include "hw/sparc/sparc.h"
#include "qemu/timer.h"

View file

@ -23,6 +23,8 @@
*/
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu-common.h"
#include "cpu.h"
#include "hw/hw.h"
#include "hw/sparc/sparc.h"
#include "qemu/timer.h"