diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:09:51 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:09:51 +0100 |
commit | 3cf9c3c9d076d5822595834bdbf5153d4e923c67 (patch) | |
tree | 13ff16c05ff047a569b90e8981bdc349fd573c6e /src/keeper.cpp | |
parent | df60f71fe943686deed8ca0f85c6d597570ab030 (diff) | |
download | lanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.tar.gz lanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.tar.bz2 lanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.zip |
Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading.hpp
Diffstat (limited to 'src/keeper.cpp')
-rw-r--r-- | src/keeper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp index 67c5a38..d7ed77c 100644 --- a/src/keeper.cpp +++ b/src/keeper.cpp | |||
@@ -41,8 +41,8 @@ | |||
41 | #include "keeper.hpp" | 41 | #include "keeper.hpp" |
42 | 42 | ||
43 | #include "intercopycontext.h" | 43 | #include "intercopycontext.h" |
44 | #include "lane.h" | 44 | #include "lane.hpp" |
45 | #include "linda.h" | 45 | #include "linda.hpp" |
46 | #include "state.h" | 46 | #include "state.h" |
47 | 47 | ||
48 | // There is a table at _R[kLindasRegKey] (aka LindasDB) | 48 | // There is a table at _R[kLindasRegKey] (aka LindasDB) |