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/lindafactory.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/lindafactory.cpp')
-rw-r--r-- | src/lindafactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lindafactory.cpp b/src/lindafactory.cpp index ae5f2f6..6e3f759 100644 --- a/src/lindafactory.cpp +++ b/src/lindafactory.cpp | |||
@@ -31,7 +31,7 @@ THE SOFTWARE. | |||
31 | */ | 31 | */ |
32 | 32 | ||
33 | #include "_pch.hpp" | 33 | #include "_pch.hpp" |
34 | #include "lindafactory.h" | 34 | #include "lindafactory.hpp" |
35 | 35 | ||
36 | #include "linda.hpp" | 36 | #include "linda.hpp" |
37 | 37 | ||