qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 15/15] monitor: uninclude cpu_ldst


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH v1 15/15] monitor: uninclude cpu_ldst
Date: Thu, 10 Sep 2015 22:39:45 -0700

This header is non-needed anymore and wont work in multi-arch where
this service is not provided to core code.

Cc: Markus Armbruster <address@hidden>
Signed-off-by: Peter Crosthwaite <address@hidden>
---

 monitor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/monitor.c b/monitor.c
index fc32f12..0de1643 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]