From f0d7b3cd122c1e2d456ea73634a058534f6063ba Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 18 Jun 2022 11:19:14 -0500 Subject: [PATCH] No alloca.h? --- src/core/util.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/util.h b/src/core/util.h index 3031cc2d..7c6b195e 100644 --- a/src/core/util.h +++ b/src/core/util.h @@ -40,10 +40,6 @@ #endif #endif -#ifndef _MSC_VER -#include -#endif - #if !defined(JANET_REDUCED_OS) || !defined(JANET_SINGLE_THREADED) #include #define JANET_GETTIME