]> xenbits.xensource.com Git - libvirt.git/commitdiff
remove unused regex.h includes
authorJán Tomko <jtomko@redhat.com>
Wed, 13 Nov 2019 15:10:50 +0000 (16:10 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 14 Nov 2019 16:45:40 +0000 (17:45 +0100)
The code using regexes got moved, but the include stayed.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/libxl/libxl_driver.c
src/storage/storage_util.c
src/util/viriscsi.c
src/util/virnetdevtap.c
tests/testutils.c

index 277d99b2b05b717c197d47f5233180e99f28b3b2..ec6a010030d44ab31bed9d58484e6073ddaa8e59 100644 (file)
@@ -27,7 +27,6 @@
 #include <libxl_utils.h>
 #include <xenstore.h>
 #include <fcntl.h>
-#include <regex.h>
 
 #include "internal.h"
 #include "virlog.h"
index f91c2c64ee069371c0e81d49e93ec0df56f10414..9ba9bb2a57db8bc3a6cb86ce85a7b9bd78af1d86 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <config.h>
 
-#include <regex.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <unistd.h>
index 9f4c8f4e03e1abbe61b4a9ac39e5736181257f07..da27894b0b8181595bafc470708ee2fee4606ee9 100644 (file)
@@ -22,8 +22,6 @@
 
 #include <config.h>
 
-#include <regex.h>
-
 #include "viriscsi.h"
 
 #include "viralloc.h"
index aea4c91a6a0a7302c2387decaa724b9e6a330966..445aaa27270582cddecafb3c5cf394d34763d54a 100644 (file)
@@ -32,7 +32,6 @@
 #include "datatypes.h"
 
 #include <unistd.h>
-#include <regex.h>
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <net/if.h>
index a3bedd0fefb71127a225cba688bfaeda9e968a51..3cd3391dfa39696d68e50c2b6b45dcef8c41b54b 100644 (file)
@@ -25,7 +25,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
-#include <regex.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include "testutils.h"