Commit 7948b4b0 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

ppc: do not use ../ in include files



This simplifies the scripted execution of the next patch.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent eac7ec7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#ifndef E500_CCSR_H
#define E500_CCSR_H

#include "../sysbus.h"
#include "hw/sysbus.h"

typedef struct PPCE500CCSRState {
    /*< private >*/
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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"