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 | a88790a14f60ac966a2103a958c3febf5a42836b (patch) | |
tree | d86103edb0e68aabf0ba67d9e54bb2d334b9830e /monitor.c | |
parent | 10eb0cc03c20b232356edb367516939d6d7bb862 (diff) |
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 'monitor.c')
-rw-r--r-- | monitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ #include "json-streamer.h" #include "json-parser.h" #include "osdep.h" +#include "exec-all.h" //#define DEBUG //#define DEBUG_COMPLETION |