sim-card
/
qemu
Archived
10
0
Fork 0

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>
This commit is contained in:
Paul Brook 2009-05-13 20:51:49 +01:00
parent 6c7f4b47f7
commit 5561650587
28 changed files with 1 additions and 28 deletions

2
aes.c
View File

@ -34,8 +34,6 @@
#define NDEBUG
#endif
#include <assert.h>
typedef uint32_t u32;
typedef uint16_t u16;
typedef uint8_t u8;

View File

@ -25,7 +25,6 @@
#include "block_int.h"
#include <zlib.h>
#include "aes.h"
#include <assert.h>
/*
Differences with QCOW:

View File

@ -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

View File

@ -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>

View File

@ -24,7 +24,6 @@
*/
#include <sys/stat.h>
#include <dirent.h>
#include <assert.h>
#include "qemu-common.h"
#include "block_int.h"

View File

@ -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)
{

View File

@ -22,7 +22,6 @@
* THE SOFTWARE.
*/
#include <assert.h>
#include "hw.h"
#include "audiodev.h"
#include "audio/audio.h"

View File

@ -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>

View File

@ -38,7 +38,6 @@
# warning "PXE boot still not working!"
#endif
#include <assert.h>
#include <stddef.h> /* offsetof */
#include "hw.h"
#include "pci.h"

View File

@ -36,7 +36,6 @@
* - No emulation of EEPROM timings.
*/
#include <assert.h>
#include "hw.h"
#include "eeprom93xx.h"

View File

@ -23,7 +23,6 @@
* THE SOFTWARE.
*/
#include <stdio.h>
#include <assert.h>
#include "hw.h"
#include "sh.h"
#include "sysemu.h"

View File

@ -8,7 +8,6 @@
* This code is licenced under the GPL.
*/
#include <assert.h>
#include "sh_intc.h"
#include "hw.h"
#include "sh.h"

View File

@ -27,7 +27,6 @@
#include "hw.h"
#include "sh.h"
#include "qemu-char.h"
#include <assert.h>
//#define DEBUG_SERIAL

View File

@ -23,7 +23,6 @@
*/
#include <stdio.h>
#include <assert.h>
#include "hw.h"
#include "pc.h"
#include "console.h"

View File

@ -1,4 +1,3 @@
#include <assert.h>
#include "hw.h"
#include "sh.h"
#include "sysemu.h"

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <assert.h>
#include "config-host.h"
#ifndef O_LARGEFILE

View File

@ -24,7 +24,6 @@
#include "qemu-common.h"
#include "osdep.h"
#include "block_int.h"
#include <assert.h>
#include <stdio.h>
#ifdef _WIN32

View File

@ -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"

View File

@ -29,7 +29,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <assert.h>
#include "cpu.h"
#include "exec-all.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
#include <assert.h>
#include "cpu.h"
#include "exec-all.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
#include <assert.h>
#include "cpu.h"
#include "exec-all.h"

View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <assert.h>
#include "config.h"
#include "cpu.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
#include <assert.h>
#include "cpu.h"
#include "exec-all.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
#include <assert.h>
#include "cpu.h"
#include "exec-all.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
#include <assert.h>
#include "cpu.h"
#include "exec-all.h"

View File

@ -22,7 +22,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <assert.h>
#define DEBUG_DISAS
#define SH4_DEBUG_DISAS

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <inttypes.h>
#include <signal.h>
#include <assert.h>
#include "cpu.h"
#include "exec-all.h"

View File

@ -32,7 +32,6 @@
#define NDEBUG
#endif
#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>