summaryrefslogtreecommitdiff
path: root/tests/shunloadtest.c
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2012-06-08 15:29:17 +0200
committerPeter Krempa <pkrempa@redhat.com>2012-06-28 16:36:30 +0200
commit11bdab02c207d7cd7da8c15246c136768ef20276 (patch)
tree98f2f63bf34ade3bb52335eb55a8af57000f19a3 /tests/shunloadtest.c
parentf38df54b41544ec0d24ccc1defa2e7f84b3718bd (diff)
downloadlibvirt-11bdab02c207d7cd7da8c15246c136768ef20276.tar.gz
maint: include ignore-value in internal.h
The ignore_value macro is used across libvirt. This patch includes it in the internal header and cleans all other includes.
Diffstat (limited to 'tests/shunloadtest.c')
-rw-r--r--tests/shunloadtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/shunloadtest.c b/tests/shunloadtest.c
index 8113ef37d9..45ef0a15ad 100644
--- a/tests/shunloadtest.c
+++ b/tests/shunloadtest.c
@@ -50,7 +50,6 @@
# include <signal.h>
# include "internal.h"
-# include "ignore-value.h"
# include "testutils.h"
pthread_cond_t cond = PTHREAD_COND_INITIALIZER;