diff options
Diffstat (limited to 'src/lane.cpp')
-rw-r--r-- | src/lane.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lane.cpp b/src/lane.cpp index 0456d98..fbd47b6 100644 --- a/src/lane.cpp +++ b/src/lane.cpp | |||
@@ -24,11 +24,11 @@ THE SOFTWARE. | |||
24 | =============================================================================== | 24 | =============================================================================== |
25 | */ | 25 | */ |
26 | #include "_pch.hpp" | 26 | #include "_pch.hpp" |
27 | #include "lane.h" | 27 | #include "lane.hpp" |
28 | 28 | ||
29 | #include "debugspew.h" | 29 | #include "debugspew.h" |
30 | #include "intercopycontext.h" | 30 | #include "intercopycontext.h" |
31 | #include "threading.h" | 31 | #include "threading.hpp" |
32 | #include "tools.hpp" | 32 | #include "tools.hpp" |
33 | 33 | ||
34 | // ################################################################################################# | 34 | // ################################################################################################# |