]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - target-openrisc/helper.h
tcg: Invert the inclusion of helper.h
[thirdparty/qemu.git] / target-openrisc / helper.h
index 2af97901ce88903fe2135547d54c91d6ca4ae1d6..f53fa213448d2cce6b7a3178ea31d81d08f2bbb5 100644 (file)
@@ -17,8 +17,6 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "exec/def-helper.h"
-
 /* exception */
 DEF_HELPER_FLAGS_2(exception, 0, void, env, i32)
 
@@ -66,5 +64,3 @@ DEF_HELPER_FLAGS_1(rfe, 0, void, env)
 /* sys */
 DEF_HELPER_FLAGS_4(mtspr, 0, void, env, tl, tl, tl)
 DEF_HELPER_FLAGS_4(mfspr, 0, tl, env, tl, tl, tl)
-
-#include "exec/def-helper.h"