summaryrefslogtreecommitdiffstats
path: root/fsdev/9p-marshal.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:10 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit97f969a4f5a2cbb9ea2aa7600d08849961255717 (patch)
tree4c828dbea3eed0c6cfdb26a5bb01a637cca051af /fsdev/9p-marshal.c
parent478b8ec3110c3ed9461adf38316bf4f51720a2cf (diff)
downloadhqemu-97f969a4f5a2cbb9ea2aa7600d08849961255717.zip
hqemu-97f969a4f5a2cbb9ea2aa7600d08849961255717.tar.gz
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 <peter.maydell@linaro.org> Message-id: 1453832250-766-18-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'fsdev/9p-marshal.c')
-rw-r--r--fsdev/9p-marshal.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/fsdev/9p-marshal.c b/fsdev/9p-marshal.c
index 991e35d..183d366 100644
--- a/fsdev/9p-marshal.c
+++ b/fsdev/9p-marshal.c
@@ -11,18 +11,13 @@
*
*/
+#include "qemu/osdep.h"
#include <glib.h>
#include <glib/gprintf.h>
-#include <sys/types.h>
#include <dirent.h>
-#include <sys/time.h>
#include <utime.h>
#include <sys/uio.h>
-#include <string.h>
-#include <stdint.h>
-#include <errno.h>
-#include "qemu/compiler.h"
#include "9p-marshal.h"
void v9fs_string_free(V9fsString *str)
OpenPOWER on IntegriCloud