diff options
author | crupest <crupest@outlook.com> | 2021-06-09 22:32:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-09 22:32:01 +0800 |
commit | 93d8feccd79b35fc890fc8629d6da2c2baa57762 (patch) | |
tree | 0f92973beaca1cc36bed9da4315e7bfbda35def2 /works/life | |
parent | 59be99aad9d7ad36e3edf648dbbd6b5b215c125c (diff) | |
download | crupest-93d8feccd79b35fc890fc8629d6da2c2baa57762.tar.gz crupest-93d8feccd79b35fc890fc8629d6da2c2baa57762.tar.bz2 crupest-93d8feccd79b35fc890fc8629d6da2c2baa57762.zip |
import(life): ...
Diffstat (limited to 'works/life')
-rw-r--r-- | works/life/operating-system-experiment/Thread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/works/life/operating-system-experiment/Thread.cpp b/works/life/operating-system-experiment/Thread.cpp index 8230c1c..9d9f5dd 100644 --- a/works/life/operating-system-experiment/Thread.cpp +++ b/works/life/operating-system-experiment/Thread.cpp @@ -2,7 +2,6 @@ #include <cassert>
#include <exception>
-#include <pthread.h>
#include <utility>
namespace cru {
|