fix(android build): fixed unsused includes
This commit is contained in:
parent
db9d974f5e
commit
061cb514fe
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@
|
|||
#include "../../Include/Hallocy/Core/Memory.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) {
|
||||
if (destination == NULL) {
|
||||
return HALLOCY_ERROR_INVALID_POINTER;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue