Remove include of non-standard and not needed <malloc.h> (#103)

This breaks compilation on macOS.
This commit is contained in:
Adam Scott
2024-12-11 03:36:08 -05:00
committed by GitHub
parent 5619b49b65
commit 33360cf4bd

View File

@@ -3,8 +3,6 @@
#include <godot_cpp/core/class_db.hpp>
#include <godot_cpp/variant/utility_functions.hpp>
#include <malloc.h>
using namespace godot;
void CPPBenchmarkSpectralNorm::_bind_methods() {