diff options
author | Daniel P. Berrange | 2015-08-26 13:17:15 +0200 |
---|---|---|
committer | Michael Tokarev | 2015-09-11 09:21:38 +0200 |
commit | d7646f241c8efc17b4b86cc7a304472792f0cc74 (patch) | |
tree | ac886314078059289d3d6926cc42727bca7228c6 /qemu-char.c | |
parent | maint: remove unused include for assert.h (diff) | |
download | qemu-d7646f241c8efc17b4b86cc7a304472792f0cc74.tar.gz qemu-d7646f241c8efc17b4b86cc7a304472792f0cc74.tar.xz qemu-d7646f241c8efc17b4b86cc7a304472792f0cc74.zip |
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 'qemu-char.c')
-rw-r--r-- | qemu-char.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-char.c b/qemu-char.c index d956f8db6c..fa651594a0 100644 --- a/qemu-char.c +++ b/qemu-char.c @@ -51,7 +51,6 @@ #include <netinet/in.h> #include <net/if.h> #include <arpa/inet.h> -#include <dirent.h> #include <netdb.h> #include <sys/select.h> #ifdef CONFIG_BSD |