mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
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>
This commit is contained in:
committed by
Michael Tokarev
parent
8abae4d31d
commit
d7646f241c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user