mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cleanup: Only include testutils.h once
No reason to include it in both "if" and "else" branches.
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "testutils.h"
|
||||
|
||||
#ifdef WITH_LXC
|
||||
|
||||
# include "internal.h"
|
||||
# include "testutils.h"
|
||||
# include "lxc/lxc_conf.h"
|
||||
# include "testutilslxc.h"
|
||||
|
||||
@@ -136,7 +137,6 @@ mymain(void)
|
||||
VIRT_TEST_MAIN(mymain)
|
||||
|
||||
#else
|
||||
# include "testutils.h"
|
||||
|
||||
int
|
||||
main(void)
|
||||
|
||||
Reference in New Issue
Block a user