]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-arm/helper.h
tcg: Invert the inclusion of helper.h
[mirror_qemu.git] / target-arm / helper.h
index a5449e7b6f60e656f1b20e9fed5f22b9dd9325aa..b63fd0ff1ca216159a2efc632d39dab2d246b590 100644 (file)
@@ -1,5 +1,3 @@
-#include "exec/def-helper.h"
-
 DEF_HELPER_FLAGS_1(clz, TCG_CALL_NO_RWG_SE, i32, i32)
 DEF_HELPER_FLAGS_1(sxtb16, TCG_CALL_NO_RWG_SE, i32, i32)
 DEF_HELPER_FLAGS_1(uxtb16, TCG_CALL_NO_RWG_SE, i32, i32)
@@ -521,5 +519,3 @@ DEF_HELPER_2(dc_zva, void, env, i64)
 #ifdef TARGET_AARCH64
 #include "helper-a64.h"
 #endif
-
-#include "exec/def-helper.h"