aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-08-26 12:17:14 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-09-11 10:21:38 +0300
commit8abae4d31d92be2085fd66566585cba7699ad332 (patch)
treea214cf8248df269aef91d5c04e56a4a492276e5f /tests
parentb6af097528caba5b23b79db3f1f1fd08fa4fa11e (diff)
maint: remove unused include for assert.h
A number of files were including assert.h but not using any of the functions it provides Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests')
-rw-r--r--tests/test-xbzrle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-xbzrle.c b/tests/test-xbzrle.c
index db93b0a3d2..b5ee8bb09e 100644
--- a/tests/test-xbzrle.c
+++ b/tests/test-xbzrle.c
@@ -16,7 +16,6 @@
#include <strings.h>
#include <string.h>
#include <sys/time.h>
-#include <assert.h>
#include "qemu-common.h"
#include "include/migration/migration.h"