src/memory: remove irrelevant #include

This commit is contained in:
Andrei Alexeyev 2024-05-16 22:24:18 +02:00
parent 84a909bc8c
commit 76886a3f44
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -11,8 +11,6 @@
#include "util/macrohax.h"
#include <SDL.h>
/*
* NOTE: All allocation functions return zero-initialized memory (except realloc) and never NULL.
*/