From 3e15b01d6914c927e37d1699645783acf286655c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 22 Feb 2024 08:18:02 -0700 Subject: libsa: Remove redundant sys/cdefs.h Sponsored by: Netflix --- stand/liblua/lerrno.c | 1 - stand/liblua/lpager.c | 1 - stand/liblua/lstd.c | 1 - 3 files changed, 3 deletions(-) (limited to 'stand/liblua') diff --git a/stand/liblua/lerrno.c b/stand/liblua/lerrno.c index 3056e21aa997..744154e43dbd 100644 --- a/stand/liblua/lerrno.c +++ b/stand/liblua/lerrno.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #define _WANT_KERNEL_ERRNO 1 #include diff --git a/stand/liblua/lpager.c b/stand/liblua/lpager.c index 7156941eee60..fb1be4802d21 100644 --- a/stand/liblua/lpager.c +++ b/stand/liblua/lpager.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include "lauxlib.h" diff --git a/stand/liblua/lstd.c b/stand/liblua/lstd.c index 95bf37c70d17..60d55d7fbf92 100644 --- a/stand/liblua/lstd.c +++ b/stand/liblua/lstd.c @@ -25,7 +25,6 @@ * */ -#include #include "lstd.h" #include "math.h" -- cgit v1.2.3