All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] target/ppc/cpu.h: Remove duplicate includes
@ 2020-02-12 22:26 BALATON Zoltan
  2020-02-12 22:50 ` Philippe Mathieu-Daudé
  2020-02-12 23:48 ` David Gibson
  0 siblings, 2 replies; 3+ messages in thread
From: BALATON Zoltan @ 2020-02-12 22:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Richard Henderson, David Gibson

Commit 74433bf083b added some includes but added them twice. Since
these are guarded against multiple inclusion including them once is
enough.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 target/ppc/cpu.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h
index 3a1eb76004..07dd2b4da7 100644
--- a/target/ppc/cpu.h
+++ b/target/ppc/cpu.h
@@ -23,8 +23,6 @@
 #include "qemu/int128.h"
 #include "exec/cpu-defs.h"
 #include "cpu-qom.h"
-#include "exec/cpu-defs.h"
-#include "cpu-qom.h"
 
 /* #define PPC_EMULATE_32BITS_HYPV */
 
-- 
2.21.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-12 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-12 22:26 [PATCH] target/ppc/cpu.h: Remove duplicate includes BALATON Zoltan
2020-02-12 22:50 ` Philippe Mathieu-Daudé
2020-02-12 23:48 ` David Gibson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.