]> Git Repo - qemu.git/blobdiff - fsdev/9p-marshal.c
hw/virtio: group virtio flags into an enum
[qemu.git] / fsdev / 9p-marshal.c
index 991e35d24280d70539325b471ec968f0762fb055..183d3667c68170e2193367a7bcf02b032eda9aaa 100644 (file)
  *
  */
 
+#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)
This page took 0.023291 seconds and 4 git commands to generate.