sw_engine: ++clean code

This commit is contained in:
Hermet Park 2025-02-13 12:44:31 +09:00 committed by Hermet Park
parent 37992b52c9
commit a933465430

View file

@ -20,14 +20,6 @@
* SOFTWARE. * SOFTWARE.
*/ */
#ifdef _WIN32
#include <malloc.h>
#elif defined(__linux__) || defined(__ZEPHYR__)
#include <alloca.h>
#else
#include <stdlib.h>
#endif
#include "tvgMath.h" #include "tvgMath.h"
#include "tvgRender.h" #include "tvgRender.h"
#include "tvgSwCommon.h" #include "tvgSwCommon.h"