mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ppc: do not use ../ in include files
This simplifies the scripted execution of the next patch. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef E500_CCSR_H
|
||||
#define E500_CCSR_H
|
||||
|
||||
#include "../sysbus.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
typedef struct PPCE500CCSRState {
|
||||
/*< private >*/
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user