diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2015-08-26 12:17:14 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-09-11 10:21:38 +0300 |
commit | 8abae4d31d92be2085fd66566585cba7699ad332 (patch) | |
tree | a214cf8248df269aef91d5c04e56a4a492276e5f /hw/i386/xen | |
parent | b6af097528caba5b23b79db3f1f1fd08fa4fa11e (diff) | |
download | qemu-8abae4d31d92be2085fd66566585cba7699ad332.zip |
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 'hw/i386/xen')
-rw-r--r-- | hw/i386/xen/xen_platform.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i386/xen/xen_platform.c b/hw/i386/xen/xen_platform.c index 28b324a6f4..ee45f038b8 100644 --- a/hw/i386/xen/xen_platform.c +++ b/hw/i386/xen/xen_platform.c @@ -23,8 +23,6 @@ * THE SOFTWARE. */ -#include <assert.h> - #include "hw/hw.h" #include "hw/i386/pc.h" #include "hw/ide.h" |