remove unused regex.h includes

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>
This commit is contained in:
Ján Tomko 2019-11-13 16:10:50 +01:00
parent 8aa0f8e6dc
commit 5c89468ff2
5 changed files with 0 additions and 6 deletions

View File

@ -27,7 +27,6 @@
#include <libxl_utils.h>
#include <xenstore.h>
#include <fcntl.h>
#include <regex.h>
#include "internal.h"
#include "virlog.h"

View File

@ -18,7 +18,6 @@
#include <config.h>
#include <regex.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>

View File

@ -22,8 +22,6 @@
#include <config.h>
#include <regex.h>
#include "viriscsi.h"
#include "viralloc.h"

View 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>

View 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"