All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] replay: Clean up includes
@ 2016-05-24 15:25 ` Peter Maydell
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2016-05-24 15:25 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: patches, Pavel Dovgalyuk

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 replay/replay-char.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/replay/replay-char.c b/replay/replay-char.c
index 23b6922..edf46ab 100755
--- a/replay/replay-char.c
+++ b/replay/replay-char.c
@@ -9,10 +9,6 @@
  *
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include "qemu/osdep.h"
 #include "qemu/error-report.h"
 #include "sysemu/replay.h"
-- 
1.9.1



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

end of thread, other threads:[~2016-05-29  8:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-24 15:25 [Qemu-trivial] [PATCH] replay: Clean up includes Peter Maydell
2016-05-24 15:25 ` [Qemu-devel] " Peter Maydell
2016-05-24 15:56 ` [Qemu-trivial] " Eric Blake
2016-05-24 15:56   ` Eric Blake
2016-05-29  8:37 ` [Qemu-trivial] " Michael Tokarev
2016-05-29  8:37   ` [Qemu-devel] " Michael Tokarev

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.