summaryrefslogtreecommitdiff
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
parent6c7f4b47f778258493744a690bfc8dbbb7d21f69 (diff)
downloadqemu-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>
-rw-r--r--aes.c2
-rw-r--r--block-qcow2.c1
-rw-r--r--block-raw-posix.c1
-rw-r--r--block-raw-win32.c1
-rw-r--r--block-vvfat.c1
-rw-r--r--cutils.c1
-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
-rw-r--r--qemu-common.h1
-rw-r--r--qemu-img.c1
-rw-r--r--target-cris/op_helper.c1
-rw-r--r--target-cris/translate.c1
-rw-r--r--target-i386/helper.c1
-rw-r--r--target-i386/translate.c1
-rw-r--r--target-m68k/translate.c1
-rw-r--r--target-mips/helper.c1
-rw-r--r--target-ppc/helper.c1
-rw-r--r--target-sh4/helper.c1
-rw-r--r--target-sh4/translate.c1
-rw-r--r--target-sparc/helper.c1
-rw-r--r--tcg/tcg.c1
28 files changed, 1 insertions, 28 deletions
diff --git a/aes.c b/aes.c
index 7e84f4643a..eb37adbed8 100644
--- a/aes.c
+++ b/aes.c
@@ -34,8 +34,6 @@
#define NDEBUG
#endif
-#include <assert.h>
-
typedef uint32_t u32;
typedef uint16_t u16;
typedef uint8_t u8;
diff --git a/block-qcow2.c b/block-qcow2.c
index 9a49777ed1..2ad07250ef 100644
--- a/block-qcow2.c
+++ b/block-qcow2.c
@@ -25,7 +25,6 @@
#include "block_int.h"
#include <zlib.h>
#include "aes.h"
-#include <assert.h>
/*
Differences with QCOW:
diff --git a/block-raw-posix.c b/block-raw-posix.c
index bcb3e0145f..406ec7d04c 100644
--- a/block-raw-posix.c
+++ b/block-raw-posix.c
@@ -25,7 +25,6 @@
#include "qemu-timer.h"
#include "qemu-char.h"
#include "block_int.h"
-#include <assert.h>
#ifdef CONFIG_AIO
#include "posix-aio-compat.h"
#endif
diff --git a/block-raw-win32.c b/block-raw-win32.c
index b5287d2a56..a998166a79 100644
--- a/block-raw-win32.c
+++ b/block-raw-win32.c
@@ -24,7 +24,6 @@
#include "qemu-common.h"
#include "qemu-timer.h"
#include "block_int.h"
-#include <assert.h>
#include <windows.h>
#include <winioctl.h>
diff --git a/block-vvfat.c b/block-vvfat.c
index 79059311c6..0f0760f90c 100644
--- a/block-vvfat.c
+++ b/block-vvfat.c
@@ -24,7 +24,6 @@
*/
#include <sys/stat.h>
#include <dirent.h>
-#include <assert.h>
#include "qemu-common.h"
#include "block_int.h"
diff --git a/cutils.c b/cutils.c
index a1652ab0bc..0623cf70da 100644
--- a/cutils.c
+++ b/cutils.c
@@ -23,7 +23,6 @@
*/
#include "qemu-common.h"
#include "host-utils.h"
-#include <assert.h>
void pstrcpy(char *buf, int buf_size, const char *str)
{
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"
diff --git a/qemu-common.h b/qemu-common.h
index b2e28297a8..ee4a672694 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
+#include <assert.h>
#include "config-host.h"
#ifndef O_LARGEFILE
diff --git a/qemu-img.c b/qemu-img.c
index 29149a23c8..32c5b42008 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -24,7 +24,6 @@
#include "qemu-common.h"
#include "osdep.h"
#include "block_int.h"
-#include <assert.h>
#include <stdio.h>
#ifdef _WIN32
diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c
index 2e280f3b62..edfaf41a8c 100644
--- a/target-cris/op_helper.c
+++ b/target-cris/op_helper.c
@@ -19,7 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
*/
-#include <assert.h>
#include "exec.h"
#include "mmu.h"
#include "helper.h"
diff --git a/target-cris/translate.c b/target-cris/translate.c
index b3d0a19edb..6a442813ab 100644
--- a/target-cris/translate.c
+++ b/target-cris/translate.c
@@ -29,7 +29,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
-#include <assert.h>
#include "cpu.h"
#include "exec-all.h"
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 5c03e3a75f..7fc5366e6d 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
-#include <assert.h>
#include "cpu.h"
#include "exec-all.h"
diff --git a/target-i386/translate.c b/target-i386/translate.c
index 3933697ef1..d45e9fe730 100644
--- a/target-i386/translate.c
+++ b/target-i386/translate.c
@@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
-#include <assert.h>
#include "cpu.h"
#include "exec-all.h"
diff --git a/target-m68k/translate.c b/target-m68k/translate.c
index f9b36c9630..422f0a46e9 100644
--- a/target-m68k/translate.c
+++ b/target-m68k/translate.c
@@ -23,7 +23,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
-#include <assert.h>
#include "config.h"
#include "cpu.h"
diff --git a/target-mips/helper.c b/target-mips/helper.c
index 35b2c591e3..fecbcb2f17 100644
--- a/target-mips/helper.c
+++ b/target-mips/helper.c
@@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
-#include <assert.h>
#include "cpu.h"
#include "exec-all.h"
diff --git a/target-ppc/helper.c b/target-ppc/helper.c
index db765e308b..5a7a935bb1 100644
--- a/target-ppc/helper.c
+++ b/target-ppc/helper.c
@@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
-#include <assert.h>
#include "cpu.h"
#include "exec-all.h"
diff --git a/target-sh4/helper.c b/target-sh4/helper.c
index d8e08e305c..94be136fa6 100644
--- a/target-sh4/helper.c
+++ b/target-sh4/helper.c
@@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
-#include <assert.h>
#include "cpu.h"
#include "exec-all.h"
diff --git a/target-sh4/translate.c b/target-sh4/translate.c
index fc3633a6c3..1f461b7a4b 100644
--- a/target-sh4/translate.c
+++ b/target-sh4/translate.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
-#include <assert.h>
#define DEBUG_DISAS
#define SH4_DEBUG_DISAS
diff --git a/target-sparc/helper.c b/target-sparc/helper.c
index 8ad82a9456..2f41418c85 100644
--- a/target-sparc/helper.c
+++ b/target-sparc/helper.c
@@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
-#include <assert.h>
#include "cpu.h"
#include "exec-all.h"
diff --git a/tcg/tcg.c b/tcg/tcg.c
index a75d8dcc2c..299bff6f03 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -32,7 +32,6 @@
#define NDEBUG
#endif
-#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>