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/keeper.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/keeper.cpp')
-rw-r--r-- | src/keeper.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp index b8f2bd0..87f5505 100644 --- a/src/keeper.cpp +++ b/src/keeper.cpp | |||
@@ -37,6 +37,7 @@ | |||
37 | =============================================================================== | 37 | =============================================================================== |
38 | ]]-- | 38 | ]]-- |
39 | */ | 39 | */ |
40 | #include "_pch.h" | ||
40 | #include "keeper.h" | 41 | #include "keeper.h" |
41 | 42 | ||
42 | #include "intercopycontext.h" | 43 | #include "intercopycontext.h" |
@@ -44,10 +45,6 @@ | |||
44 | #include "linda.h" | 45 | #include "linda.h" |
45 | #include "state.h" | 46 | #include "state.h" |
46 | 47 | ||
47 | #include <algorithm> | ||
48 | #include <cassert> | ||
49 | #include <ranges> | ||
50 | |||
51 | // There is a table at _R[kLindasRegKey] (aka LindasDB) | 48 | // There is a table at _R[kLindasRegKey] (aka LindasDB) |
52 | // This table contains entries of the form [Linda*] = {KeysDB...} | 49 | // This table contains entries of the form [Linda*] = {KeysDB...} |
53 | // Each KeysDB contains entries of the form [key] = KeyUD | 50 | // Each KeysDB contains entries of the form [key] = KeyUD |