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:
Paolo Bonzini 2013-02-03 20:18:28 +01:00
parent eac7ec7f6a
commit 7948b4b009
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#ifndef E500_CCSR_H
#define E500_CCSR_H
#include "../sysbus.h"
#include "hw/sysbus.h"
typedef struct PPCE500CCSRState {
/*< private >*/

View 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"

View 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"