summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2016-04-13 08:12:47 +0200
committerJán Tomko <jtomko@redhat.com>2016-04-13 13:00:53 +0200
commitf36c9f7b6ceecb1b3cacb3aad5d69503170d6096 (patch)
tree8d9c24989d9f7ff8dc1e87ec5cb7ad06b04666ee /tests
parent0da965c5e0bd0eecdf9cd2c21018b33091290ba2 (diff)
downloadlibvirt-f36c9f7b6ceecb1b3cacb3aad5d69503170d6096.tar.gz
tests: clean up includes
After removing qemuBuildCommandLineCallbacks, testutilsqemu.h does not need to include qemu_command.h. Include just qemu_conf.h here and qemu_domain_address.h in files that need it.
Diffstat (limited to 'tests')
-rw-r--r--tests/qemuxml2xmltest.c2
-rw-r--r--tests/testutilsqemu.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c
index dddc775bc1..f4093f1ff0 100644
--- a/tests/qemuxml2xmltest.c
+++ b/tests/qemuxml2xmltest.c
@@ -13,7 +13,7 @@
#ifdef WITH_QEMU
# include "internal.h"
-# include "qemu/qemu_conf.h"
+# include "qemu/qemu_domain_address.h"
# include "qemu/qemu_domain.h"
# include "testutilsqemu.h"
# include "virstring.h"
diff --git a/tests/testutilsqemu.h b/tests/testutilsqemu.h
index 196dc232c5..f5a8056bbb 100644
--- a/tests/testutilsqemu.h
+++ b/tests/testutilsqemu.h
@@ -2,8 +2,8 @@
# include "capabilities.h"
# include "domain_conf.h"
-# include "qemu/qemu_command.h"
# include "qemu/qemu_capabilities.h"
+# include "qemu/qemu_conf.h"
virCapsPtr testQemuCapsInit(void);
virDomainXMLOptionPtr testQemuXMLConfInit(void);