From: Thomas Huth Date: Thu, 14 Jul 2016 08:14:18 +0000 (+0200) Subject: ppc/mmu-hash64: Remove duplicated #include statement X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=28f3331887f9ae1fc19d2b9d7914047483442270;p=qemu.git ppc/mmu-hash64: Remove duplicated #include statement No need to include error-report.h twice here. Signed-off-by: Thomas Huth Signed-off-by: David Gibson --- diff --git a/target-ppc/mmu-hash64.c b/target-ppc/mmu-hash64.c index 82c2186bcf..f6ffe35788 100644 --- a/target-ppc/mmu-hash64.c +++ b/target-ppc/mmu-hash64.c @@ -24,7 +24,6 @@ #include "exec/helper-proto.h" #include "qemu/error-report.h" #include "sysemu/kvm.h" -#include "qemu/error-report.h" #include "kvm_ppc.h" #include "mmu-hash64.h" #include "exec/log.h"