aboutsummaryrefslogtreecommitdiff
path: root/works/life/computer-network-experiment/ReadWriteLock.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-08 20:50:30 +0800
committercrupest <crupest@outlook.com>2021-06-08 20:50:30 +0800
commit33ece81cf15b3cb8d4a005194acc67c3a3e5ad35 (patch)
tree74e1813b95f300e787ef4c7868dd9bad58769d28 /works/life/computer-network-experiment/ReadWriteLock.cpp
parent266d3e262d46225ec08bd5034c26631200442f45 (diff)
downloadcrupest-33ece81cf15b3cb8d4a005194acc67c3a3e5ad35.tar.gz
crupest-33ece81cf15b3cb8d4a005194acc67c3a3e5ad35.tar.bz2
crupest-33ece81cf15b3cb8d4a005194acc67c3a3e5ad35.zip
import(life): ...
Diffstat (limited to 'works/life/computer-network-experiment/ReadWriteLock.cpp')
-rw-r--r--works/life/computer-network-experiment/ReadWriteLock.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/works/life/computer-network-experiment/ReadWriteLock.cpp b/works/life/computer-network-experiment/ReadWriteLock.cpp
index 3509e0b..46d2857 100644
--- a/works/life/computer-network-experiment/ReadWriteLock.cpp
+++ b/works/life/computer-network-experiment/ReadWriteLock.cpp
@@ -2,7 +2,6 @@
#include <cassert>
#include <memory>
-#include <pthread.h>
namespace cru {
ReadWriteLock::ReadWriteLock() {