diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2015-08-26 12:17:15 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-09-11 10:21:38 +0300 |
commit | d7646f241c8efc17b4b86cc7a304472792f0cc74 (patch) | |
tree | ac886314078059289d3d6926cc42727bca7228c6 /fsdev | |
parent | 8abae4d31d92be2085fd66566585cba7699ad332 (diff) |
maint: remove unused include for dirent.h
A number of files were including dirent.h but not using any
of the functions it provides
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'fsdev')
-rw-r--r-- | fsdev/virtio-9p-marshal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fsdev/virtio-9p-marshal.c b/fsdev/virtio-9p-marshal.c index 20f308b760..7748d32075 100644 --- a/fsdev/virtio-9p-marshal.c +++ b/fsdev/virtio-9p-marshal.c @@ -14,7 +14,6 @@ #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> |