diff options
author | Thomas Huth <thuth@redhat.com> | 2016-07-14 10:14:18 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-07-18 10:40:27 +1000 |
commit | 28f3331887f9ae1fc19d2b9d7914047483442270 (patch) | |
tree | 6cee1766a75f123b45e55d606421e162eeb43378 | |
parent | c4dfc14b5573d7a2c9731dd3d0cfc20f331f3c87 (diff) | |
download | qemu-28f3331887f9ae1fc19d2b9d7914047483442270.zip |
ppc/mmu-hash64: Remove duplicated #include statement
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>
-rw-r--r-- | target-ppc/mmu-hash64.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |