Skip to content

Commit 606cb27

Browse files
Merge pull request #28 from jbeich/bsd
Unbreak on BSDs
2 parents bb99d69 + 620dde4 commit 606cb27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vk_mem_alloc.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,10 +2229,6 @@ remove them if not needed.
22292229
#include <mutex> // for std::mutex
22302230
#include <atomic> // for std::atomic
22312231

2232-
#if !defined(_WIN32) && !defined(__APPLE__)
2233-
#include <malloc.h> // for aligned_alloc()
2234-
#endif
2235-
22362232
#ifndef VMA_NULL
22372233
// Value used as null pointer. Define it to e.g.: nullptr, NULL, 0, (void*)0.
22382234
#define VMA_NULL nullptr

0 commit comments

Comments
 (0)