Drop unused platform-specific header
../src/zrle.c:29:10: fatal error: 'endian.h' file not found #include <endian.h> ^~~~~~~~~~pull/8/head
parent
5e62175633
commit
928d0c20ac
|
@ -26,7 +26,6 @@
|
|||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <endian.h>
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
#include <uv.h>
|
||||
|
|
Loading…
Reference in New Issue