Message ID | 1464103558-27051-1-git-send-email-peter.maydell@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 05/24/2016 09:25 AM, Peter Maydell wrote: > 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(-) Reviewed-by: Eric Blake <eblake@redhat.com>
Applied to -trivial, thanks! /mjt
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"
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(-)