mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
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: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
f331a9ef64
commit
44256e3f2c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user