Review libc dependency

This commit is contained in:
raysan5
2021-04-01 21:22:18 +02:00
parent 1da0176cad
commit b54d96205f
2 changed files with 1 additions and 2 deletions

View File

@@ -682,7 +682,6 @@ RLAPI Texture2D rlGenTextureBRDF(Shader shader, int size); // Gener
#include <stdlib.h> // Required for: malloc(), free()
#include <string.h> // Required for: strcmp(), strlen() [Used in rlglInit(), on extensions loading]
#include <math.h> // Required for: atan2f()
#if defined(GRAPHICS_API_OPENGL_11)
#if defined(__APPLE__)