134bb02e19
enum classes are still considered complete types when forward declared (as the compiler knows the exact size of the type from the declaration alone). The only difference in this case being that the members of the enum class aren't visible. Given we don't use the members within this header in any way, we can simply forward declare them here and remove the inclusions. |
||
---|---|---|
.. | ||
A32 | ||
A64 | ||
fp | ||
unicorn_emu | ||
CMakeLists.txt | ||
cpu_info.cpp | ||
fuzz_util.cpp | ||
fuzz_util.h | ||
main.cpp | ||
mp.cpp | ||
print_info.cpp | ||
rand_int.h |