提交 5c89468f 编写于 作者: J Ján Tomko

remove unused regex.h includes

The code using regexes got moved, but the include stayed.
Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NPeter Krempa <pkrempa@redhat.com>
上级 8aa0f8e6
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <libxl_utils.h> #include <libxl_utils.h>
#include <xenstore.h> #include <xenstore.h>
#include <fcntl.h> #include <fcntl.h>
#include <regex.h>
#include "internal.h" #include "internal.h"
#include "virlog.h" #include "virlog.h"
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <config.h> #include <config.h>
#include <regex.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include <config.h> #include <config.h>
#include <regex.h>
#include "viriscsi.h" #include "viriscsi.h"
#include "viralloc.h" #include "viralloc.h"
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include "datatypes.h" #include "datatypes.h"
#include <unistd.h> #include <unistd.h>
#include <regex.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <net/if.h> #include <net/if.h>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <regex.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include "testutils.h" #include "testutils.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册