lua: remove features.h

features.h is a GNU-specific header, and is not required for POSIX-compatible code

macOS does not provide features.h

ref #10794
cute-signatures
Ariadne Conill 2021-12-13 14:44:21 -06:00
parent 4846c498c7
commit b2d3d63184
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
* SPDX-License-Identifier: GPL-2.0-only
*/
#include <features.h>
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>