]> Git Repo - qemu.git/blobdiff - target-s390x/mem_helper.c
cpu: move exec-all.h inclusion out of cpu.h
[qemu.git] / target-s390x / mem_helper.c
index 90399f1b0b351a696dfd18d13e0b1eb9e239d5a0..ec8059a264517d823acf0e1ecbc51701c070fa51 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
+#include "exec/exec-all.h"
 #include "exec/cpu_ldst.h"
+
+#if !defined(CONFIG_USER_ONLY)
 #include "hw/s390x/storage-keys.h"
+#endif
 
 /*****************************************************************************/
 /* Softmmu support */
This page took 0.021656 seconds and 4 git commands to generate.