You need to sign in or sign up before continuing.
提交 44256e3f 编写于 作者: J Ján Tomko

tests: include unistd.h instead of virutil.h

These tests do not use anything from virutil.h
apart from the transitive include.
Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NDaniel Henrique Barboza <danielhb413@gmail.com>
上级 f331a9ef
......@@ -19,10 +19,10 @@
#include <config.h>
#include <signal.h>
#include <unistd.h>
#include <sys/stat.h>
#include "testutils.h"
#include "virutil.h"
#include "virerror.h"
#include "viralloc.h"
#include "virfile.h"
......
......@@ -19,12 +19,12 @@
#include <config.h>
#include <signal.h>
#include <unistd.h>
#ifdef HAVE_IFADDRS_H
# include <ifaddrs.h>
#endif
#include "testutils.h"
#include "virutil.h"
#include "virerror.h"
#include "viralloc.h"
#include "virlog.h"
......
......@@ -19,10 +19,10 @@
#include <config.h>
#include <fcntl.h>
#include <unistd.h>
#include "testutils.h"
#include "virnettlshelpers.h"
#include "virutil.h"
#include "virerror.h"
#include "viralloc.h"
#include "virlog.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册