ppc: do not use ../ in include files
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 3 Feb 2013 19:18:28 +0000 (20:18 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Mar 2013 12:57:33 +0000 (13:57 +0100)
This simplifies the scripted execution of the next patch.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/ppc/e500-ccsr.h
hw/ppc/e500plat.c
hw/ppc/mpc8544ds.c

index f20f51bcd28fca2a4cccfe6e24e51721bb863679..12a2ba4b97826b67408fffaf72ce3788cd4796d1 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef E500_CCSR_H
 #define E500_CCSR_H
 
-#include "../sysbus.h"
+#include "hw/sysbus.h"
 
 typedef struct PPCE500CCSRState {
     /*< private >*/
index 25ac4b1daebf6b6599b1200afd211548c0898f15..4b3057528c69ff80e700d4e13d343e49f5117de1 100644 (file)
@@ -12,7 +12,7 @@
 #include "config.h"
 #include "qemu-common.h"
 #include "e500.h"
-#include "../boards.h"
+#include "hw/boards.h"
 #include "sysemu/device_tree.h"
 #include "hw/pci/pci.h"
 #include "hw/openpic.h"
index e25c70b1f3117ef4cd5627180c43c3ab71c5e9c3..cf29788c4da8d9dd1b93d800a0af5e6b6cadc11a 100644 (file)
@@ -12,7 +12,7 @@
 #include "config.h"
 #include "qemu-common.h"
 #include "e500.h"
-#include "../boards.h"
+#include "hw/boards.h"
 #include "sysemu/device_tree.h"
 #include "hw/openpic.h"