summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>2015-09-10 22:39:45 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2015-09-16 17:33:33 +0200
commite6b65fe1c234b5f63af075b9c85691ea744ead34 (patch)
tree11fe93063c8616b784722ca443d6e73354ede523
parentdfccc7602374c9fd3b083208b552d62daa244811 (diff)
downloadfocaccia-qemu-e6b65fe1c234b5f63af075b9c85691ea744ead34.tar.gz
focaccia-qemu-e6b65fe1c234b5f63af075b9c85691ea744ead34.zip
monitor: uninclude cpu_ldst
This header is non-needed anymore and wont work in multi-arch where
this service is not provided to core code.

Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-Id: <4e96622ab5320603829b6f94b8c4e94d573d34fc.1441614289.git.crosthwaite.peter@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--monitor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index b4578cb8ea..1f432635ad 100644
--- a/monitor.c
+++ b/monitor.c
@@ -68,7 +68,6 @@
 #include "trace/simple.h"
 #endif
 #include "exec/memory.h"
-#include "exec/cpu_ldst.h"
 #include "qmp-commands.h"
 #include "hmp.h"
 #include "qemu/thread.h"