diff options
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 5271a3c..5fcb9a4 100644 --- a/src/lanes.cpp +++ b/src/lanes.cpp | |||
@@ -84,12 +84,12 @@ THE SOFTWARE. | |||
84 | 84 | ||
85 | #include "deep.hpp" | 85 | #include "deep.hpp" |
86 | #include "intercopycontext.h" | 86 | #include "intercopycontext.h" |
87 | #include "keeper.h" | 87 | #include "keeper.hpp" |
88 | #include "lane.h" | 88 | #include "lane.h" |
89 | #include "nameof.h" | 89 | #include "nameof.h" |
90 | #include "state.h" | 90 | #include "state.h" |
91 | #include "threading.h" | 91 | #include "threading.h" |
92 | #include "tools.h" | 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)) |
95 | #include <sys/time.h> | 95 | #include <sys/time.h> |