H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 80 forks source link

Remove unneeded `malloc.h` includes #1374

Closed dgelessus closed 1 year ago

dgelessus commented 1 year ago

malloc.h is a non-standard, platform-specific header that exposes implementation details of the C library's memory allocator, but Plasma doesn't need any of that. The malloc function itself is provided by <cstdlib>, which is already included by HeadSpin.h.