X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/109820df4a3b8b58f234319d015a854df9db8981..8d86e34e65d6d4c8201de6356635f34d38391a93:/target-unicore32/helper.h diff --git a/target-unicore32/helper.h b/target-unicore32/helper.h index a4b81494aa..941813749d 100644 --- a/target-unicore32/helper.h +++ b/target-unicore32/helper.h @@ -6,7 +6,6 @@ * published by the Free Software Foundation, or (at your option) any * later version. See the COPYING file in the top-level directory. */ -#include "def-helper.h" #ifndef CONFIG_USER_ONLY DEF_HELPER_4(cp0_set, void, env, i32, i32, i32) @@ -64,5 +63,3 @@ DEF_HELPER_2(ucf64_si2df, f64, f32, env) DEF_HELPER_2(ucf64_sf2si, f32, f32, env) DEF_HELPER_2(ucf64_df2si, f32, f64, env) - -#include "def-helper.h"