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 --- target-cris/op_helper.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target-cris/op_helper.c') diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c index 2e280f3..edfaf41 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 #include "exec.h" #include "mmu.h" #include "helper.h" -- cgit v1.1