summaryrefslogtreecommitdiff
path: root/block-raw-posix.c
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 /block-raw-posix.c
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>
Diffstat (limited to 'block-raw-posix.c')
-rw-r--r--block-raw-posix.c1
1 files changed, 0 insertions, 1 deletions
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