diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:13:13 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:13:13 +0100 |
commit | 0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a (patch) | |
tree | ada292c63b93aa469e761aee448b121f2ec47a50 /src/intercopycontext.cpp | |
parent | 3cf9c3c9d076d5822595834bdbf5153d4e923c67 (diff) | |
download | lanes-0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a.tar.gz lanes-0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a.tar.bz2 lanes-0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a.zip |
Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hpp
Diffstat (limited to 'src/intercopycontext.cpp')
-rw-r--r-- | src/intercopycontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intercopycontext.cpp b/src/intercopycontext.cpp index ff03e3c..3470fe4 100644 --- a/src/intercopycontext.cpp +++ b/src/intercopycontext.cpp | |||
@@ -26,7 +26,7 @@ THE SOFTWARE. | |||
26 | #include "_pch.hpp" | 26 | #include "_pch.hpp" |
27 | #include "intercopycontext.h" | 27 | #include "intercopycontext.h" |
28 | 28 | ||
29 | #include "debugspew.h" | 29 | #include "debugspew.hpp" |
30 | #include "deep.hpp" | 30 | #include "deep.hpp" |
31 | #include "keeper.hpp" | 31 | #include "keeper.hpp" |
32 | #include "lane.hpp" | 32 | #include "lane.hpp" |