projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4dfc14
)
ppc/mmu-hash64: Remove duplicated #include statement
author
Thomas Huth
<thuth@redhat.com>
Thu, 14 Jul 2016 08:14:18 +0000
(10:14 +0200)
committer
David Gibson
<david@gibson.dropbear.id.au>
Mon, 18 Jul 2016 00:40:27 +0000
(10:40 +1000)
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
patch
|
blob
|
history
diff --git
a/target-ppc/mmu-hash64.c
b/target-ppc/mmu-hash64.c
index 82c2186bcf7d5aa2b33ea89cd9a13e3908dad48f..f6ffe35788d7bc1c90113e456627684730687cf0 100644
(file)
--- 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"