From 71c55a1eefef66cfc8afd686184d6371e35352cb Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Tue, 31 Jul 2018 12:56:49 +0200 Subject: xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h" The last user of the PowerPCCPU typedef in "hw/ppc/xics.h" vanished with commit b1fd36c363d73969841468146ebfb9fd84a5ee52. It isn't necessary to include "target/ppc/cpu-qom.h" there anymore. Signed-off-by: Greg Kurz Signed-off-by: David Gibson --- include/hw/ppc/xics.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/hw/ppc/xics.h b/include/hw/ppc/xics.h index 6ac8a93..9c2916c 100644 --- a/include/hw/ppc/xics.h +++ b/include/hw/ppc/xics.h @@ -29,7 +29,6 @@ #define XICS_H #include "hw/qdev.h" -#include "target/ppc/cpu-qom.h" #define XICS_IPI 0x2 #define XICS_BUID 0x1 -- cgit v1.1