aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
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 076c1a0b1f..8c2331955b 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 7dac684107..f6d6e67d48 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 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"
diff --git a/hw/eeprom93xx.c b/hw/eeprom93xx.c
index e4b6b13b76..f91b0c99c0 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 423c43ff12..f079781b24 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 f4138fd227..b75d794e12 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 4957c41ae8..ee0c52c428 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 316aba2c61..4b0df8fec8 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 2f1b305d47..21e808547e 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"