From 7948b4b009b60c6e3b21daad29088b204ddb1966 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sun, 3 Feb 2013 20:18:28 +0100 Subject: ppc: do not use ../ in include files This simplifies the scripted execution of the next patch. Signed-off-by: Paolo Bonzini --- hw/ppc/e500-ccsr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/ppc/e500-ccsr.h') diff --git a/hw/ppc/e500-ccsr.h b/hw/ppc/e500-ccsr.h index f20f51bcd2..12a2ba4b97 100644 --- a/hw/ppc/e500-ccsr.h +++ b/hw/ppc/e500-ccsr.h @@ -1,7 +1,7 @@ #ifndef E500_CCSR_H #define E500_CCSR_H -#include "../sysbus.h" +#include "hw/sysbus.h" typedef struct PPCE500CCSRState { /*< private >*/ -- cgit v1.2.1