Remove unused include

The endian.h header is not used for anything and was earlier
added by mistake. It however hampers building on some systems
where it doesn't exist.

Resolves ipmitool/ipmitool#101
Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
Alexander Amelkin
2019-03-04 12:20:24 +03:00
parent 48f4fba39a
commit 55ec2df41f

View File

@ -36,7 +36,6 @@
#include <time.h> #include <time.h>
#include <limits.h> #include <limits.h>
#include <stdbool.h> #include <stdbool.h>
#include <endian.h>
#include <arpa/inet.h> #include <arpa/inet.h>