qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 17/35] monitor: uninclude cpu_ldst


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH v3 17/35] monitor: uninclude cpu_ldst
Date: Sat, 18 Jul 2015 02:40:27 -0700

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 <address@hidden>
---
 monitor.c | 1 -
 1 file changed, 1 deletion(-)

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"
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]