Drop unused platform-specific header

../src/zrle.c:29:10: fatal error: 'endian.h' file not found
 #include <endian.h>
          ^~~~~~~~~~
pull/8/head
Jan Beich 2020-01-13 04:04:26 +00:00
parent 5e62175633
commit 928d0c20ac
1 changed files with 0 additions and 1 deletions

View File

@ -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>