aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-07 11:17:39 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-07 11:17:39 +0200
commit35d7a6bb691d7e0564cda324b3d724caf4901545 (patch)
tree6fd253c64157a3f4dcf44658d4932a9f260bf0e3 /src/compat.h
parent867a65c0046848bc5e6867ae76f16db293ba4101 (diff)
downloadlanes-35d7a6bb691d7e0564cda324b3d724caf4901545.tar.gz
lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.tar.bz2
lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.zip
Use a precompiled header to speed up the build
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// #################################################################################################