From: Ian Jackson Date: Tue, 3 Jun 2008 13:51:09 +0000 (+0100) Subject: Fix up #includes X-Git-Tag: xen-3.3.0-rc1~112 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=88d0c06187261c883eb340a069c87aa35b3a620d;p=qemu-xen-4.1-testing.git Fix up #includes --- diff --git a/hw/xen_machine_fv.c b/hw/xen_machine_fv.c index 5fc9dda42..01a9c42e9 100644 --- a/hw/xen_machine_fv.c +++ b/hw/xen_machine_fv.c @@ -23,7 +23,8 @@ * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" + #include #include diff --git a/hw/xen_platform.c b/hw/xen_platform.c index 597e2c05e..7aff7dd15 100644 --- a/hw/xen_platform.c +++ b/hw/xen_platform.c @@ -22,7 +22,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" + +#include "hw.h" +#include "pci.h" +#include "irq.h" #include