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 f20f51b..12a2ba4 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 25ac4b1..4b30575 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 e25c70b..cf29788 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"