remove explicit #include endian.h

unfortunately that's not portable.  config.h will include the right
stuff however.
This commit is contained in:
Omar Polo 2024-01-07 18:58:26 +00:00
parent ebfc578491
commit 0c5dd8ffe9
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <limits.h>
#include <errno.h>
#include <endian.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>