diff mbox

[v3,17/35] monitor: uninclude cpu_ldst

Message ID 2b1eda3fec8b6e789e49871f9912568fb56df17f.1437212383.git.crosthwaite.peter@gmail.com
State New
Headers show

Commit Message

Peter Crosthwaite July 18, 2015, 9:40 a.m. UTC
This header is non-needed anymore and wont work in multi-arch where
this service is not provided to core code.

Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
---
 monitor.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/monitor.c b/monitor.c
index aeea2b5..f283035 100644
--- a/monitor.c
+++ b/monitor.c
@@ -67,7 +67,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"