From e5a18a171d5d6e7c6b9ffdfb9e86fb09055964a1 Mon Sep 17 00:00:00 2001 From: LamprosPitsillos <61395246+LamprosPitsillos@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:18:29 +0300 Subject: [PATCH] internal: fix dupliacate include of math (#95) --- src/includes.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/includes.hpp b/src/includes.hpp index 4bbe124..b840fce 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -9,7 +9,6 @@ #include #include -#include #define class _class #define namespace _namespace