From 061cb514fe65761e3ed978632c0365bd1520f77d Mon Sep 17 00:00:00 2001 From: Mineplay Date: Thu, 16 Oct 2025 10:33:50 -0500 Subject: [PATCH] fix(android build): fixed unsused includes --- Src/Core/Memory.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Src/Core/Memory.c b/Src/Core/Memory.c index 7c633d3..d49ab14 100644 --- a/Src/Core/Memory.c +++ b/Src/Core/Memory.c @@ -23,9 +23,6 @@ #include "../../Include/Hallocy/Core/Memory.h" #include "../../Include/Hallocy/Utils/Simd.h" -#include -#include - HallocyError hallocy_set_memory(void *destination, int value, const size_t size) { if (destination == NULL) { return HALLOCY_ERROR_INVALID_POINTER;