fix(android build): fixed unsused includes

This commit is contained in:
Mineplay 2025-10-16 10:33:50 -05:00
parent db9d974f5e
commit 061cb514fe

View file

@ -23,9 +23,6 @@
#include "../../Include/Hallocy/Core/Memory.h" #include "../../Include/Hallocy/Core/Memory.h"
#include "../../Include/Hallocy/Utils/Simd.h" #include "../../Include/Hallocy/Utils/Simd.h"
#include <immintrin.h>
#include <stddef.h>
HallocyError hallocy_set_memory(void *destination, int value, const size_t size) { HallocyError hallocy_set_memory(void *destination, int value, const size_t size) {
if (destination == NULL) { if (destination == NULL) {
return HALLOCY_ERROR_INVALID_POINTER; return HALLOCY_ERROR_INVALID_POINTER;