summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/IsThread.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/IsThread.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/IsThread.h')
-rw-r--r--src/OSSupport/IsThread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/OSSupport/IsThread.h b/src/OSSupport/IsThread.h
index 85f437267..d882dbf8a 100644
--- a/src/OSSupport/IsThread.h
+++ b/src/OSSupport/IsThread.h
@@ -16,8 +16,6 @@ In the descending class' constructor call the Start() method to start the thread
#pragma once
-#include <thread>
-#include <atomic>