]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove unused <dirent.h> imports to appease syntax-check
authorCole Robinson <crobinso@redhat.com>
Mon, 13 Aug 2012 00:08:53 +0000 (20:08 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 13 Aug 2012 00:08:53 +0000 (20:08 -0400)
This is 0.9.6-maint only, but similar changes are upstream

src/lxc/lxc_container.c
src/network/bridge_driver.c
src/node_device/node_device_linux_sysfs.c
src/openvz/openvz_driver.c
src/qemu/qemu_conf.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_mpath.c
src/uml/uml_conf.c
src/uml/uml_driver.c

index 6991aecc7a07207c5e59855339e5072f60ab0a4e..00dd3763c18f2653a3ff0d284a5ea94c2438d7e1 100644 (file)
@@ -35,7 +35,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <mntent.h>
-#include <dirent.h>
 
 /* Yes, we want linux private one, for _syscall2() macro */
 #include <linux/unistd.h>
index be725d9c513bf43c07271825086075222a54afaa..dbcb02d4f3384871d379e1aa3c13af1b6281be8d 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <sys/types.h>
 #include <sys/poll.h>
-#include <dirent.h>
 #include <limits.h>
 #include <string.h>
 #include <stdio.h>
index 844231a0ed34d54515f55c81036a460204c05e5c..e79d51dd2666155f26209130c7574be519fb61bc 100644 (file)
@@ -32,7 +32,6 @@
 #include "memory.h"
 #include "logging.h"
 #include "virfile.h"
-#include <dirent.h>
 
 #define VIR_FROM_THIS VIR_FROM_NODEDEV
 
index 69ff44436e876558ffeb23b464b581a328c41f1c..4eed8ad8a5e7aef22bc0896ab571d440b376d7ff 100644 (file)
@@ -30,7 +30,6 @@
 
 #include <sys/types.h>
 #include <sys/poll.h>
-#include <dirent.h>
 #include <limits.h>
 #include <string.h>
 #include <stdio.h>
index d1bf075659f433b6e5144cbd0f0f34ce86db4f2e..0cf921f4f5e92ab170fa942f8f0a4457c8c94faa 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <dirent.h>
 #include <string.h>
 #include <limits.h>
 #include <sys/types.h>
index 346e698050012e844e6e2c86479b3409b6f1cbd6..c6f8940c304b6e1f027877f06e7461c07a5312db 100644 (file)
@@ -32,7 +32,6 @@
 #include <regex.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <dirent.h>
 #include <sys/stat.h>
 
 #include "virterror_internal.h"
index 4f3add3995ff8752ed0c24f969eeb4deced68426..08cadefeb43feaff9a9b1511417ed698d2f80dd9 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <unistd.h>
 #include <stdio.h>
-#include <dirent.h>
 #include <fcntl.h>
 
 #include <libdevmapper.h>
index 7b5e094c4df855b0df5e39564b8f9cb45c41bb37..86c8db19610dfbb6e66af5759779b847c98133c6 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <dirent.h>
 #include <string.h>
 #include <limits.h>
 #include <sys/types.h>
index 2b7219a54fa6f4fd8317cdd1ecb68f9b6ed87634..a4da776aa84cdd1d88635cb0d0511e537cc1d571 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <sys/types.h>
 #include <sys/poll.h>
-#include <dirent.h>
 #include <limits.h>
 #include <string.h>
 #include <stdio.h>