summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/CriticalSection.h
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2017-08-03 15:34:19 +0200
committerLukas Pioch <lukas@zgow.de>2017-08-03 15:34:19 +0200
commit759618b0356a357d06a89f4348437a8de52d2078 (patch)
treec6e7ff67ec4c058deedd64f0a131affd11510321 /src/OSSupport/CriticalSection.h
parentRemoved unused forward declarations (#3888) (diff)
downloadcuberite-759618b0356a357d06a89f4348437a8de52d2078.tar
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.gz
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.bz2
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.lz
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.xz
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.zst
cuberite-759618b0356a357d06a89f4348437a8de52d2078.zip
Diffstat (limited to 'src/OSSupport/CriticalSection.h')
-rw-r--r--src/OSSupport/CriticalSection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/OSSupport/CriticalSection.h b/src/OSSupport/CriticalSection.h
index f20d30e3d..275d1a7e8 100644
--- a/src/OSSupport/CriticalSection.h
+++ b/src/OSSupport/CriticalSection.h
@@ -1,7 +1,5 @@
#pragma once
-#include <mutex>
-#include <thread>