lottie_loader: fixing error with math consts

The math.h was included before the _USE_MATH_DEFINES
was defined (in tvgMath.h) causing an error while
MinGw was used.
Since non of these header is needed directly, the header
is removed.
This commit is contained in:
Mira Grudzinska 2023-08-01 11:51:40 +02:00 committed by Mira Grudzinska
parent 5bb2eb06b4
commit 4786ffc315

View file

@ -20,7 +20,6 @@
* SOFTWARE.
*/
#include <math.h>
#include "tvgLoader.h"
#include "tvgLottieLoader.h"
#include "tvgLottieModel.h"