target-*/exec.h cleanup
This patch gets rid of target-*/exec.h headers by moving the corresponding
definitions either inside target-*/op_helper.c, or dyngen-exec.h for the
global register-based 'env' value, which will be removed in future patches.
Upstream 3e4571724fb92c77de81d8b54957de8232be6706
Change-Id: I513d5c27c01c6dc727c1ce6fb7f3a7a5dc03800f
diff --git a/cpus.c b/cpus.c
index 8b00daa..9cb5011 100644
--- a/cpus.c
+++ b/cpus.c
@@ -26,7 +26,8 @@
#include "cpu.h"
#include "monitor/monitor.h"
#include "sysemu/sysemu.h"
-#include "exec.h"
+#include "cpu.h"
+#include "dyngen-exec.h"
#include "exec/exec-all.h"
#include "exec/gdbstub.h"
#include "sysemu/dma.h"