From 2b41f10e186ccb4f0058815161586f8d6d006ea3 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 19 Jun 2011 20:38:22 +0000 Subject: Remove exec-all.h include directives Most exec-all.h include directives are now useless, remove them. Signed-off-by: Blue Swirl --- kvm-stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvm-stub.c') diff --git a/kvm-stub.c b/kvm-stub.c index 1e835c6715..06064b9a86 100644 --- a/kvm-stub.c +++ b/kvm-stub.c @@ -12,7 +12,7 @@ #include "qemu-common.h" #include "hw/hw.h" -#include "exec-all.h" +#include "cpu.h" #include "gdbstub.h" #include "kvm.h" -- cgit v1.2.1