summaryrefslogtreecommitdiffstats
path: root/hw
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
parent6c7f4b47f778258493744a690bfc8dbbb7d21f69 (diff)
downloadhqemu-55616505876d6683130076b810a27c7889321560.zip
hqemu-55616505876d6683130076b810a27c7889321560.tar.gz
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')
-rw-r--r--hw/adlib.c1
-rw-r--r--hw/baum.c1
-rw-r--r--hw/eepro100.c1
-rw-r--r--hw/eeprom93xx.c1
-rw-r--r--hw/sh7750.c1
-rw-r--r--hw/sh_intc.c1
-rw-r--r--hw/sh_serial.c1
-rw-r--r--hw/sm501.c1
-rw-r--r--hw/tc58128.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/hw/adlib.c b/hw/adlib.c
index 076c1a0..8c23319 100644
--- a/hw/adlib.c
+++ b/hw/adlib.c
@@ -22,7 +22,6 @@
* THE SOFTWARE.
*/
-#include <assert.h>
#include "hw.h"
#include "audiodev.h"
#include "audio/audio.h"
diff --git a/hw/baum.c b/hw/baum.c
index 7dac684..f6d6e67 100644
--- a/hw/baum.c
+++ b/hw/baum.c
@@ -26,7 +26,6 @@
#include "qemu-timer.h"
#include "usb.h"
#include "baum.h"
-#include <assert.h>
#include <brlapi.h>
#include <brlapi_constants.h>
#include <brlapi_keycodes.h>
diff --git a/hw/eepro100.c b/hw/eepro100.c
index 7dbbca0..8543481 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"
diff --git a/hw/eeprom93xx.c b/hw/eeprom93xx.c
index e4b6b13..f91b0c9 100644
--- a/hw/eeprom93xx.c
+++ b/hw/eeprom93xx.c
@@ -36,7 +36,6 @@
* - No emulation of EEPROM timings.
*/
-#include <assert.h>
#include "hw.h"
#include "eeprom93xx.h"
diff --git a/hw/sh7750.c b/hw/sh7750.c
index 423c43f..f079781 100644
--- a/hw/sh7750.c
+++ b/hw/sh7750.c
@@ -23,7 +23,6 @@
* THE SOFTWARE.
*/
#include <stdio.h>
-#include <assert.h>
#include "hw.h"
#include "sh.h"
#include "sysemu.h"
diff --git a/hw/sh_intc.c b/hw/sh_intc.c
index f4138fd..b75d794 100644
--- a/hw/sh_intc.c
+++ b/hw/sh_intc.c
@@ -8,7 +8,6 @@
* This code is licenced under the GPL.
*/
-#include <assert.h>
#include "sh_intc.h"
#include "hw.h"
#include "sh.h"
diff --git a/hw/sh_serial.c b/hw/sh_serial.c
index 4957c41..ee0c52c 100644
--- a/hw/sh_serial.c
+++ b/hw/sh_serial.c
@@ -27,7 +27,6 @@
#include "hw.h"
#include "sh.h"
#include "qemu-char.h"
-#include <assert.h>
//#define DEBUG_SERIAL
diff --git a/hw/sm501.c b/hw/sm501.c
index 316aba2..4b0df8f 100644
--- a/hw/sm501.c
+++ b/hw/sm501.c
@@ -23,7 +23,6 @@
*/
#include <stdio.h>
-#include <assert.h>
#include "hw.h"
#include "pc.h"
#include "console.h"
diff --git a/hw/tc58128.c b/hw/tc58128.c
index 2f1b305..21e8085 100644
--- a/hw/tc58128.c
+++ b/hw/tc58128.c
@@ -1,4 +1,3 @@
-#include <assert.h>
#include "hw.h"
#include "sh.h"
#include "sysemu.h"
OpenPOWER on IntegriCloud