]> Git Repo - qemu.git/blobdiff - target-s390x/op_helper.c
exec.h cleanup
[qemu.git] / target-s390x / op_helper.c
index cd33f99d21359591b605dfcbb3739e18c1503624..25a1e81ef4b7a5382af8b55a5a357d82bcfb9bdc 100644 (file)
@@ -18,7 +18,8 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "exec.h"
+#include "cpu.h"
+#include "dyngen-exec.h"
 #include "host-utils.h"
 #include "helpers.h"
 #include <string.h>
@@ -31,6 +32,7 @@
 /*****************************************************************************/
 /* Softmmu support */
 #if !defined (CONFIG_USER_ONLY)
+#include "softmmu_exec.h"
 
 #define MMUSUFFIX _mmu
 
This page took 0.022499 seconds and 4 git commands to generate.