From fbc0412709270b9ada6acf35cbc3a2c76aab75c6 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:10 +0000 Subject: 9pfs: Clean up includes 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 Message-id: 1453832250-766-18-git-send-email-peter.maydell@linaro.org --- fsdev/9p-marshal.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'fsdev/9p-marshal.c') diff --git a/fsdev/9p-marshal.c b/fsdev/9p-marshal.c index 991e35d242..183d3667c6 100644 --- a/fsdev/9p-marshal.c +++ b/fsdev/9p-marshal.c @@ -11,18 +11,13 @@ * */ +#include "qemu/osdep.h" #include #include -#include #include -#include #include #include -#include -#include -#include -#include "qemu/compiler.h" #include "9p-marshal.h" void v9fs_string_free(V9fsString *str) -- cgit 1.4.1