diff options
author | Peter Maydell | 2016-05-24 17:24:39 +0200 |
---|---|---|
committer | Michael Tokarev | 2016-06-07 17:19:24 +0200 |
commit | 030c98aff14f7504f1b4e00967a79595918288c6 (patch) | |
tree | 7b49abf992ed0e0b5af93932bffc06196b717149 /hw/9pfs | |
parent | qga: Remove unnecessary glib.h includes (diff) | |
download | qemu-030c98aff14f7504f1b4e00967a79595918288c6.tar.gz qemu-030c98aff14f7504f1b4e00967a79595918288c6.tar.xz qemu-030c98aff14f7504f1b4e00967a79595918288c6.zip |
all: Remove unnecessary glib.h includes
Remove glib.h includes, as it is provided by osdep.h.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/9pfs')
-rw-r--r-- | hw/9pfs/9p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/9pfs/9p.h b/hw/9pfs/9p.h index 46d787627a..d2030fdf56 100644 --- a/hw/9pfs/9p.h +++ b/hw/9pfs/9p.h @@ -4,7 +4,6 @@ #include <dirent.h> #include <utime.h> #include <sys/resource.h> -#include <glib.h> #include "fsdev/file-op-9p.h" #include "fsdev/9p-iov-marshal.h" #include "qemu/thread.h" |