From 55ec2df41ff44c3035fb2833aeaf59b52aa6523c Mon Sep 17 00:00:00 2001 From: Alexander Amelkin Date: Mon, 4 Mar 2019 12:20:24 +0300 Subject: [PATCH] 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 --- lib/ipmi_mc.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include