aboutsummaryrefslogtreecommitdiff
path: root/profiling
diff options
context:
space:
mode:
authorRob Hughes <robert.hughes@arm.com>2020-08-17 15:47:20 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2020-08-17 17:35:13 +0000
commit35c31c04a9805082be32474211dcd62b7629ed2b (patch)
tree69acbe73bb18a235d34e3acf256f84b3633f595a /profiling
parentec01fb79f15de76f41bd74fac09c2ffb25b7ada6 (diff)
downloadarmnn-35c31c04a9805082be32474211dcd62b7629ed2b.tar.gz
Fix Windows build
Change-Id: I145d220c73313e31c184b6a75ab7f4823df99919 Signed-off-by: Robert Hughes <robert.hughes@arm.com>
Diffstat (limited to 'profiling')
-rw-r--r--profiling/common/src/NetworkSockets.cpp8
1 files changed, 1 insertions, 7 deletions
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 <unistd.h>
#include <fcntl.h>
-#include <common/include/Conversion.hpp>
-#endif
-
-#if defined(__APPLE__) || defined(_MSC_VER) || defined(__MINGW32__)
-#include <common/include/IgnoreUnused.hpp>
#endif
-#if defined(__MINGW32__)
#include <common/include/Conversion.hpp>
+#include <common/include/IgnoreUnused.hpp>
#include <common/include/NumericCast.hpp>
-#endif
namespace arm
{