summaryrefslogtreecommitdiffstats
path: root/src/OSSupport
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
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')
-rw-r--r--src/OSSupport/CriticalSection.h2
-rw-r--r--src/OSSupport/Event.h3
-rw-r--r--src/OSSupport/IsThread.h2
-rw-r--r--src/OSSupport/NetworkSingleton.h1
4 files changed, 0 insertions, 8 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>
diff --git a/src/OSSupport/Event.h b/src/OSSupport/Event.h
index 94f062123..ad4f07595 100644
--- a/src/OSSupport/Event.h
+++ b/src/OSSupport/Event.h
@@ -10,9 +10,6 @@
#pragma once
-#include <mutex>
-#include <condition_variable>
-
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>
diff --git a/src/OSSupport/NetworkSingleton.h b/src/OSSupport/NetworkSingleton.h
index 7da3f7569..cbcefc290 100644
--- a/src/OSSupport/NetworkSingleton.h
+++ b/src/OSSupport/NetworkSingleton.h
@@ -13,7 +13,6 @@
#pragma once
-#include <atomic>
#include <event2/event.h>
#include "Network.h"
#include "NetworkLookup.h"