diff options
Diffstat (limited to 'src/cancel.h')
-rw-r--r-- | src/cancel.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/cancel.h b/src/cancel.h index 10a9804..8cff1c9 100644 --- a/src/cancel.h +++ b/src/cancel.h | |||
@@ -10,12 +10,10 @@ extern "C" { | |||
10 | } | 10 | } |
11 | #endif // __cplusplus | 11 | #endif // __cplusplus |
12 | 12 | ||
13 | #include "uniquekey.h" | ||
14 | #include "macros_and_utils.h" | 13 | #include "macros_and_utils.h" |
14 | #include "uniquekey.h" | ||
15 | 15 | ||
16 | #include <chrono> | 16 | // ################################################################################################# |
17 | |||
18 | // ################################################################################################ | ||
19 | 17 | ||
20 | class Lane; // forward | 18 | class Lane; // forward |
21 | 19 | ||
@@ -59,10 +57,10 @@ static constexpr UniqueKey CANCEL_ERROR{ 0xe97d41626cc97577ull, "lanes.cancel_er | |||
59 | raise_lua_error(L); // doesn't return | 57 | raise_lua_error(L); // doesn't return |
60 | } | 58 | } |
61 | 59 | ||
62 | // ################################################################################################ | 60 | // ################################################################################################# |
63 | // ################################################################################################ | 61 | // ################################################################################################# |
64 | 62 | ||
65 | LUAG_FUNC(cancel_test); | 63 | LUAG_FUNC(cancel_test); |
66 | LUAG_FUNC(thread_cancel); | 64 | LUAG_FUNC(thread_cancel); |
67 | 65 | ||
68 | // ################################################################################################ | 66 | // ################################################################################################# |