aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compat.h b/src/compat.h
index 0ae7759..24a105f 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -24,9 +24,6 @@ extern "C"
24#define LUA_JITLIBNAME "jit" 24#define LUA_JITLIBNAME "jit"
25#endif // LUA_JITLIBNAME 25#endif // LUA_JITLIBNAME
26 26
27#include <cassert>
28#include <string_view>
29
30// code is now preferring Lua 5.4 API 27// code is now preferring Lua 5.4 API
31 28
32// ################################################################################################# 29// #################################################################################################