diff options
author | Daniel P. Berrange | 2015-08-26 13:17:14 +0200 |
---|---|---|
committer | Michael Tokarev | 2015-09-11 09:21:38 +0200 |
commit | 8abae4d31d92be2085fd66566585cba7699ad332 (patch) | |
tree | a214cf8248df269aef91d5c04e56a4a492276e5f /disas | |
parent | maint: remove / fix many doubled words (diff) | |
download | qemu-8abae4d31d92be2085fd66566585cba7699ad332.tar.gz qemu-8abae4d31d92be2085fd66566585cba7699ad332.tar.xz 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 'disas')
-rw-r--r-- | disas/ia64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/disas/ia64.c b/disas/ia64.c index a8fe26c413..d7c7bdfc51 100644 --- a/disas/ia64.c +++ b/disas/ia64.c @@ -18,7 +18,6 @@ along with this file; see the file COPYING. If not, see <http://www.gnu.org/licenses/>. */ -#include <assert.h> #include <string.h> #include "disas/bfd.h" |