mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00: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:
parent
eac7ec7f6a
commit
7948b4b009
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef E500_CCSR_H
|
||||
#define E500_CCSR_H
|
||||
|
||||
#include "../sysbus.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
typedef struct PPCE500CCSRState {
|
||||
/*< private >*/
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue