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>
This commit is contained in:
Daniel P. Berrange 2015-08-26 12:17:14 +01:00 committed by Michael Tokarev
parent b6af097528
commit 8abae4d31d
8 changed files with 0 additions and 9 deletions

View file

@ -23,8 +23,6 @@
* THE SOFTWARE.
*/
#include <assert.h>
#include "hw/hw.h"
#include "hw/i386/pc.h"
#include "hw/ide.h"