diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-07 11:17:39 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-07 11:17:39 +0200 |
commit | 35d7a6bb691d7e0564cda324b3d724caf4901545 (patch) | |
tree | 6fd253c64157a3f4dcf44658d4932a9f260bf0e3 /src/linda.cpp | |
parent | 867a65c0046848bc5e6867ae76f16db293ba4101 (diff) | |
download | lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.tar.gz lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.tar.bz2 lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.zip |
Use a precompiled header to speed up the build
Diffstat (limited to 'src/linda.cpp')
-rw-r--r-- | src/linda.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/linda.cpp b/src/linda.cpp index a7d7ee9..031eea0 100644 --- a/src/linda.cpp +++ b/src/linda.cpp | |||
@@ -30,15 +30,13 @@ THE SOFTWARE. | |||
30 | =============================================================================== | 30 | =============================================================================== |
31 | */ | 31 | */ |
32 | 32 | ||
33 | #include "_pch.h" | ||
33 | #include "linda.h" | 34 | #include "linda.h" |
34 | 35 | ||
35 | #include "lane.h" | 36 | #include "lane.h" |
36 | #include "lindafactory.h" | 37 | #include "lindafactory.h" |
37 | #include "tools.h" | 38 | #include "tools.h" |
38 | 39 | ||
39 | #include <functional> | ||
40 | #include <ranges> | ||
41 | |||
42 | // ################################################################################################# | 40 | // ################################################################################################# |
43 | 41 | ||
44 | static void check_key_types(lua_State* const L_, int const start_, int const end_) | 42 | static void check_key_types(lua_State* const L_, int const start_, int const end_) |