remove indirect use of endian.h from public headers

building on commit 97d35a552e,
__BYTE_ORDER is now available wherever alltypes.h is included.
endian.h should not be used since, in the future, it will expose
identifiers that are not in the reserved namespace for the headers
which were previously using it.
This commit is contained in:
Rich Felker
2019-10-17 16:03:42 -04:00
parent 97d35a552e
commit 71d23fbeac
12 changed files with 0 additions and 18 deletions
-1
View File
@@ -6,7 +6,6 @@ extern "C" {
#endif
#include <features.h>
#include <endian.h>
#include <time.h>
#include <stdint.h>