From 35077a9fe4bfa3ff659db2f7b4310837c525b22e Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Tue, 21 Feb 2017 15:55:43 +0100 Subject: [PATCH] libefivar: drop conditional include of sys/sysmacros.h This reverts commit c5685d8d as it has been obsoleted by commit 3ad5aab6. Signed-off-by: Raymund Will --- src/linux.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/linux.c b/src/linux.c index 68e93fd4..34ed479a 100644 --- a/src/linux.c +++ b/src/linux.c @@ -37,10 +37,6 @@ #include #include -#ifndef major -#include -#endif - #include #include