diff --git a/tests/numberparsingcheck.cpp b/tests/numberparsingcheck.cpp index 2dc10214..92ab25f3 100644 --- a/tests/numberparsingcheck.cpp +++ b/tests/numberparsingcheck.cpp @@ -12,7 +12,6 @@ #ifndef _MSC_VER #include #else -// Microsoft can't be bothered to provide standard utils. #include #endif #include "simdjson.h" diff --git a/tests/stringparsingcheck.cpp b/tests/stringparsingcheck.cpp index 37c13324..eeec5900 100644 --- a/tests/stringparsingcheck.cpp +++ b/tests/stringparsingcheck.cpp @@ -15,7 +15,6 @@ #ifndef _MSC_VER #include #else -// Microsoft can't be bothered to provide standard utils. #include #endif #include "simdjson.h"