From: Peter Crosthwaite Date: Fri, 11 Sep 2015 05:39:45 +0000 (-0700) Subject: monitor: uninclude cpu_ldst X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e6b65fe1c234b5f63af075b9c85691ea744ead34;p=qemu.git 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 Signed-off-by: Peter Crosthwaite Message-Id: <4e96622ab5320603829b6f94b8c4e94d573d34fc.1441614289.git.crosthwaite.peter@gmail.com> Signed-off-by: Paolo Bonzini --- 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"