diff mbox

[PULL,21/24] monitor: uninclude cpu_ldst

Message ID 1442406595-14296-22-git-send-email-pbonzini@redhat.com
State New
Headers show

Commit Message

Paolo Bonzini Sept. 16, 2015, 12:29 p.m. UTC
From: Peter Crosthwaite <crosthwaitepeter@gmail.com>

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>
---
 monitor.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/monitor.c b/monitor.c
index e4a5653..7504321 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"