switch all existing 32-bit archs to 64-bit time_t
[musl] / arch / arm / reloc.h
index 2c2e7f5..d091d2a 100644 (file)
@@ -1,5 +1,3 @@
-#include <endian.h>
-
 #if __BYTE_ORDER == __BIG_ENDIAN
 #define ENDIAN_SUFFIX "eb"
 #else