aboutsummaryrefslogtreecommitdiff
path: root/src/threading.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 18:09:51 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 18:09:51 +0100
commit3cf9c3c9d076d5822595834bdbf5153d4e923c67 (patch)
tree13ff16c05ff047a569b90e8981bdc349fd573c6e /src/threading.cpp
parentdf60f71fe943686deed8ca0f85c6d597570ab030 (diff)
downloadlanes-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/threading.cpp')
-rw-r--r--src/threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threading.cpp b/src/threading.cpp
index bc0bc23..9c0d0fb 100644
--- a/src/threading.cpp
+++ b/src/threading.cpp
@@ -49,7 +49,7 @@ THE SOFTWARE.
49 49
50#endif // __linux__ 50#endif // __linux__
51 51
52#include "threading.h" 52#include "threading.hpp"
53 53
54#if !defined(PLATFORM_XBOX) && !defined(PLATFORM_WIN32) && !defined(PLATFORM_POCKETPC) 54#if !defined(PLATFORM_XBOX) && !defined(PLATFORM_WIN32) && !defined(PLATFORM_POCKETPC)
55#include <sys/time.h> 55#include <sys/time.h>