move time64 ioctl numbers to generic bits/ioctl.h
[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