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/lanes.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/lanes.cpp')
-rw-r--r-- | src/lanes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp index 23ab400..82977ca 100644 --- a/src/lanes.cpp +++ b/src/lanes.cpp | |||
@@ -85,10 +85,10 @@ THE SOFTWARE. | |||
85 | #include "deep.hpp" | 85 | #include "deep.hpp" |
86 | #include "intercopycontext.h" | 86 | #include "intercopycontext.h" |
87 | #include "keeper.hpp" | 87 | #include "keeper.hpp" |
88 | #include "lane.h" | 88 | #include "lane.hpp" |
89 | #include "nameof.hpp" | 89 | #include "nameof.hpp" |
90 | #include "state.h" | 90 | #include "state.h" |
91 | #include "threading.h" | 91 | #include "threading.hpp" |
92 | #include "tools.hpp" | 92 | #include "tools.hpp" |
93 | 93 | ||
94 | #if !(defined(PLATFORM_XBOX) || defined(PLATFORM_WIN32) || defined(PLATFORM_POCKETPC)) | 94 | #if !(defined(PLATFORM_XBOX) || defined(PLATFORM_WIN32) || defined(PLATFORM_POCKETPC)) |