diff options
Diffstat (limited to '')
-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 d7ed77c..af8bd1a 100644 --- a/src/keeper.cpp +++ b/src/keeper.cpp | |||
@@ -40,10 +40,10 @@ | |||
40 | #include "_pch.hpp" | 40 | #include "_pch.hpp" |
41 | #include "keeper.hpp" | 41 | #include "keeper.hpp" |
42 | 42 | ||
43 | #include "intercopycontext.h" | 43 | #include "intercopycontext.hpp" |
44 | #include "lane.hpp" | 44 | #include "lane.hpp" |
45 | #include "linda.hpp" | 45 | #include "linda.hpp" |
46 | #include "state.h" | 46 | #include "state.hpp" |
47 | 47 | ||
48 | // There is a table at _R[kLindasRegKey] (aka LindasDB) | 48 | // There is a table at _R[kLindasRegKey] (aka LindasDB) |
49 | // This table contains entries of the form [Linda*] = {KeysDB...} | 49 | // This table contains entries of the form [Linda*] = {KeysDB...} |