summary refs log tree commit diff stats
path: root/hw/eepro100.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-13 20:51:49 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-13 20:54:26 +0100
commit55616505876d6683130076b810a27c7889321560 (patch)
tree1502d1a54571042bdab817899830a7b91dc8b62e /hw/eepro100.c
parent6c7f4b47f778258493744a690bfc8dbbb7d21f69 (diff)
downloadfocaccia-qemu-55616505876d6683130076b810a27c7889321560.tar.gz
focaccia-qemu-55616505876d6683130076b810a27c7889321560.zip
Include assert.h from qemu-common.h
Include assert.h from qemu-common.h and remove other direct uses.
cpu-all.h still need to include it because of the dyngen-exec.h hacks

Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/eepro100.c')
-rw-r--r--hw/eepro100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/eepro100.c b/hw/eepro100.c
index 7dbbca0094..85434818ac 100644
--- a/hw/eepro100.c
+++ b/hw/eepro100.c
@@ -38,7 +38,6 @@
 # warning "PXE boot still not working!"
 #endif
 
-#include <assert.h>
 #include <stddef.h>             /* offsetof */
 #include "hw.h"
 #include "pci.h"