diff options
Diffstat (limited to 'src/cancel.cpp')
-rw-r--r-- | src/cancel.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/cancel.cpp b/src/cancel.cpp index 437a6f0..e08e975 100644 --- a/src/cancel.cpp +++ b/src/cancel.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | -- | 2 | -- |
3 | -- CANCEL.C | 3 | -- CANCEL.CPP |
4 | -- | 4 | -- |
5 | -- Lane cancellation support | 5 | -- Lane cancellation support |
6 | -- | 6 | -- |
@@ -9,7 +9,7 @@ | |||
9 | --[[ | 9 | --[[ |
10 | =============================================================================== | 10 | =============================================================================== |
11 | 11 | ||
12 | Copyright (C) 2011-2019 Benoit Germain <bnt.germain@gmail.com> | 12 | Copyright (C) 2011-2024 Benoit Germain <bnt.germain@gmail.com> |
13 | 13 | ||
14 | Permission is hereby granted, free of charge, to any person obtaining a copy | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy |
15 | of this software and associated documentation files (the "Software"), to deal | 15 | of this software and associated documentation files (the "Software"), to deal |
@@ -35,9 +35,6 @@ THE SOFTWARE. | |||
35 | 35 | ||
36 | #include "cancel.h" | 36 | #include "cancel.h" |
37 | 37 | ||
38 | // #include <assert.h> | ||
39 | //#include <string.h> | ||
40 | |||
41 | #include "lanes_private.h" | 38 | #include "lanes_private.h" |
42 | #include "threading.h" | 39 | #include "threading.h" |
43 | #include "tools.h" | 40 | #include "tools.h" |