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;