From 3815e18feaa38206a6abf189b2e9e931eadf9a1f Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Mon, 12 Dec 2022 00:37:07 +0300 Subject: [PATCH] bring the fix https://github.com/recp/cglm/pull/269 outside Emscripten --- include/cglm/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/cglm/common.h b/include/cglm/common.h index 1aec59b..388f198 100644 --- a/include/cglm/common.h +++ b/include/cglm/common.h @@ -18,9 +18,7 @@ #include #include -#ifdef __EMSCRIPTEN__ #include -#endif #include #include #include