diff --git a/src/archutils/Darwin/arch_setup.h b/src/archutils/Darwin/arch_setup.h index 5df4ca9414..f28541ef4d 100644 --- a/src/archutils/Darwin/arch_setup.h +++ b/src/archutils/Darwin/arch_setup.h @@ -43,15 +43,6 @@ extern "C" int SM_main( int argc, char *argv[] ); #define ArchSwap16(n) OSSwapInt16((n)) #define HAVE_BYTE_SWAPS -// Define the work around if needed. -#include -#include -#if _GLIBCXX_USE_C99 -# define NEED_CSTDLIB_WORKAROUND -#else -inline int64_t llabs( int64_t x ) { return x < 0LL ? -x : x; } -#endif - #define attribute_deprecated // Shut ffmpeg up! #endif