diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-06-29 09:58:51 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-07-03 09:48:24 +0300 |
commit | 0260bc30e0ae2f7f52bf179d8c174a0703269729 (patch) | |
tree | d86103edb0e68aabf0ba67d9e54bb2d334b9830e /gdbstub.c | |
parent | dfaa18ea1947b677fdf035ce113ff05ebd85fb3f (diff) | |
download | qemu-0260bc30e0ae2f7f52bf179d8c174a0703269729.tar.gz qemu-0260bc30e0ae2f7f52bf179d8c174a0703269729.tar.bz2 qemu-0260bc30e0ae2f7f52bf179d8c174a0703269729.zip |
remove exec-all.h inclusion from cpu.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'gdbstub.c')
-rw-r--r-- | gdbstub.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ #define MAX_PACKET_LENGTH 4096 +#include "exec-all.h" #include "qemu_socket.h" #include "kvm.h" |