aboutsummaryrefslogtreecommitdiff
path: root/stand/liblua
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-02-22 15:18:02 +0000
committerWarner Losh <imp@FreeBSD.org>2024-02-22 16:31:57 +0000
commit3e15b01d6914c927e37d1699645783acf286655c (patch)
treed64b2d50a7e7d1c3e84a72db790312ed726b5611 /stand/liblua
parente54bb0ad8058c0f84ceb08b49bb1d22af829a9e8 (diff)
downloadsrc-3e15b01d6914c927e37d1699645783acf286655c.tar.gz
src-3e15b01d6914c927e37d1699645783acf286655c.zip
libsa: Remove redundant sys/cdefs.h
Sponsored by: Netflix
Diffstat (limited to 'stand/liblua')
-rw-r--r--stand/liblua/lerrno.c1
-rw-r--r--stand/liblua/lpager.c1
-rw-r--r--stand/liblua/lstd.c1
3 files changed, 0 insertions, 3 deletions
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 <sys/cdefs.h>
#define _WANT_KERNEL_ERRNO 1
#include <errno.h>
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 <sys/cdefs.h>
#include <lua.h>
#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 <sys/cdefs.h>
#include "lstd.h"
#include "math.h"