mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Common: Purge unused macros
This commit is contained in:
committed by
Connor McLaughlin
parent
4bf7d2b2fe
commit
31e9206fc0
@@ -20,7 +20,9 @@
|
||||
|
||||
#include "common/AlignedMalloc.h"
|
||||
#include "common/Assertions.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
|
||||
void* _aligned_malloc(size_t size, size_t align)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user