summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Amelkin <alexander@amelkin.msk.ru>2019-03-04 12:20:24 +0300
committerAlexander Amelkin <alexander@amelkin.msk.ru>2019-03-04 12:22:23 +0300
commit55ec2df41ff44c3035fb2833aeaf59b52aa6523c (patch)
tree7b6d391ba1250f387fec2081b62927f3f45875cb /lib
parent48f4fba39a70fbc2055feaeed500cd27174c0724 (diff)
downloadipmitool-55ec2df41ff44c3035fb2833aeaf59b52aa6523c.tar.gz
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/ipmi_mc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ipmi_mc.c b/lib/ipmi_mc.c
index e0b3ce6..681fe41 100644
--- a/lib/ipmi_mc.c
+++ b/lib/ipmi_mc.c
@@ -36,7 +36,6 @@
#include <time.h>
#include <limits.h>
#include <stdbool.h>
-#include <endian.h>
#include <arpa/inet.h>