mirror of
https://github.com/qemu/qemu.git
synced 2024-11-27 13:53:45 +08:00
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:
parent
6c7f4b47f7
commit
5561650587
2
aes.c
2
aes.c
@ -34,8 +34,6 @@
|
||||
#define NDEBUG
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
typedef uint32_t u32;
|
||||
typedef uint16_t u16;
|
||||
typedef uint8_t u8;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "block_int.h"
|
||||
#include <zlib.h>
|
||||
#include "aes.h"
|
||||
#include <assert.h>
|
||||
|
||||
/*
|
||||
Differences with QCOW:
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
#include <assert.h>
|
||||
#include "qemu-common.h"
|
||||
#include "block_int.h"
|
||||
|
||||
|
1
cutils.c
1
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)
|
||||
{
|
||||
|
@ -22,7 +22,6 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include "hw.h"
|
||||
#include "audiodev.h"
|
||||
#include "audio/audio.h"
|
||||
|
@ -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>
|
||||
|
@ -38,7 +38,6 @@
|
||||
# warning "PXE boot still not working!"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stddef.h> /* offsetof */
|
||||
#include "hw.h"
|
||||
#include "pci.h"
|
||||
|
@ -36,7 +36,6 @@
|
||||
* - No emulation of EEPROM timings.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include "hw.h"
|
||||
#include "eeprom93xx.h"
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include "hw.h"
|
||||
#include "sh.h"
|
||||
#include "sysemu.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
* This code is licenced under the GPL.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include "sh_intc.h"
|
||||
#include "hw.h"
|
||||
#include "sh.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "hw.h"
|
||||
#include "sh.h"
|
||||
#include "qemu-char.h"
|
||||
#include <assert.h>
|
||||
|
||||
//#define DEBUG_SERIAL
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include "hw.h"
|
||||
#include "pc.h"
|
||||
#include "console.h"
|
||||
|
@ -1,4 +1,3 @@
|
||||
#include <assert.h>
|
||||
#include "hw.h"
|
||||
#include "sh.h"
|
||||
#include "sysemu.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
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "qemu-common.h"
|
||||
#include "osdep.h"
|
||||
#include "block_int.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -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"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <assert.h>
|
||||
|
||||
#define DEBUG_DISAS
|
||||
#define SH4_DEBUG_DISAS
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
Loading…
Reference in New Issue
Block a user