summaryrefslogtreecommitdiffstats
path: root/src/OSSupport
diff options
context:
space:
mode:
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"