From 759618b0356a357d06a89f4348437a8de52d2078 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 3 Aug 2017 14:34:19 +0100 Subject: Remove double includes part 2 (#3890) --- src/OSSupport/CriticalSection.h | 2 -- src/OSSupport/Event.h | 3 --- src/OSSupport/IsThread.h | 2 -- src/OSSupport/NetworkSingleton.h | 1 - 4 files changed, 8 deletions(-) (limited to 'src/OSSupport') 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 -#include 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 -#include - 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 -#include 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 #include #include "Network.h" #include "NetworkLookup.h" -- cgit v1.2.3