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 /disas | |
parent | b6af097528caba5b23b79db3f1f1fd08fa4fa11e (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 '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" |