mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
sw_engine: ++clean code
This commit is contained in:
parent
37992b52c9
commit
a933465430
1 changed files with 0 additions and 8 deletions
|
@ -20,14 +20,6 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <malloc.h>
|
||||
#elif defined(__linux__) || defined(__ZEPHYR__)
|
||||
#include <alloca.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include "tvgMath.h"
|
||||
#include "tvgRender.h"
|
||||
#include "tvgSwCommon.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue