remove use of endian.h from arch reloc.h headers, clean up
[musl] / arch / microblaze / reloc.h
index 0a030c7..6302c6e 100644 (file)
@@ -1,5 +1,3 @@
-#include <endian.h>
-
 #if __BYTE_ORDER == __LITTLE_ENDIAN
 #define ENDIAN_SUFFIX "el"
 #else