From 35c31c04a9805082be32474211dcd62b7629ed2b Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Mon, 17 Aug 2020 15:47:20 +0100 Subject: Fix Windows build Change-Id: I145d220c73313e31c184b6a75ab7f4823df99919 Signed-off-by: Robert Hughes --- profiling/common/src/NetworkSockets.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'profiling') diff --git a/profiling/common/src/NetworkSockets.cpp b/profiling/common/src/NetworkSockets.cpp index 2a656552f1..15ad087d1e 100644 --- a/profiling/common/src/NetworkSockets.cpp +++ b/profiling/common/src/NetworkSockets.cpp @@ -8,17 +8,11 @@ #if defined(__unix__) || defined(__APPLE__) #include #include -#include -#endif - -#if defined(__APPLE__) || defined(_MSC_VER) || defined(__MINGW32__) -#include #endif -#if defined(__MINGW32__) #include +#include #include -#endif namespace arm { -- cgit v1.2.1