From 863a6ed5e8e19fe88fb8843d19903304e3dbb77b Mon Sep 17 00:00:00 2001 From: Ian Duncan <76043277+dr8co@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:23:40 +0300 Subject: [PATCH] Bugfix: overriding malloc --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b499c55..9c8669d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,7 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see https://www.gnu.org/licenses. -#include #include #include #include