diff mbox

[PULL,12/14] ppc/mmu-hash64: Remove duplicated #include statement

Message ID 1468816730-22957-13-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Commit Message

David Gibson July 18, 2016, 4:38 a.m. UTC
From: Thomas Huth <thuth@redhat.com>

No need to include error-report.h twice here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 target-ppc/mmu-hash64.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/target-ppc/mmu-hash64.c b/target-ppc/mmu-hash64.c
index 82c2186..f6ffe35 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"