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/state.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/state.cpp')
-rw-r--r-- | src/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.cpp b/src/state.cpp index deea1fa..e6900d3 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -35,7 +35,7 @@ THE SOFTWARE. | |||
35 | #include "state.h" | 35 | #include "state.h" |
36 | 36 | ||
37 | #include "intercopycontext.h" | 37 | #include "intercopycontext.h" |
38 | #include "lane.h" | 38 | #include "lane.hpp" |
39 | #include "lanes.hpp" | 39 | #include "lanes.hpp" |
40 | #include "tools.hpp" | 40 | #include "tools.hpp" |
41 | #include "universe.hpp" | 41 | #include "universe.hpp" |