diff --git a/XenonRecomp/pch.h b/XenonRecomp/pch.h index aaf2e47..0dc455c 100644 --- a/XenonRecomp/pch.h +++ b/XenonRecomp/pch.h @@ -17,6 +17,6 @@ #include #include -# define SIMDE_ENABLE_NATIVE_ALIASES +#define SIMDE_ENABLE_NATIVE_ALIASES #include diff --git a/XenonUtils/ppc_context.h b/XenonUtils/ppc_context.h index bc427c9..17b89fb 100644 --- a/XenonUtils/ppc_context.h +++ b/XenonUtils/ppc_context.h @@ -12,14 +12,9 @@ #include #include -#include - -#ifdef _WIN32 -#include -#else -#include -#include -#endif +#define SIMDE_ENABLE_NATIVE_ALIASES +#include +#include #define PPC_JOIN(x, y) x##y #define PPC_XSTRINGIFY(x) #x