From f2c490345c579ce2bae10f141156929f71d1fca3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 30 Oct 2020 16:14:59 -0400 Subject: [PATCH] Remove unnecessary includes that can cause compile problems. --- node/Constants.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/node/Constants.hpp b/node/Constants.hpp index 3a329b0db..70085d0c0 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -107,8 +107,6 @@ #include #include #include -#include -#include #endif #if (defined(__ARM_NEON) || defined(__ARM_NEON__) || defined(ZT_ARCH_ARM_HAS_NEON))