From 55616505876d6683130076b810a27c7889321560 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Wed, 13 May 2009 20:51:49 +0100 Subject: 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 --- cutils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cutils.c') 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 void pstrcpy(char *buf, int buf_size, const char *str) { -- cgit v1.2.3