summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-03-25 19:38:55 +0100
committerraysan5 <[email protected]>2020-03-25 19:38:55 +0100
commit3d41c1b6cd5e42e2334798fe6af9394a93c89713 (patch)
treec8e2ec8d727abe17be5916b2f84b96ba9653c113 /src
parent96005f2566091e8d009ee101a6f9d75b7e8f6428 (diff)
downloadraylib-3d41c1b6cd5e42e2334798fe6af9394a93c89713.tar.gz
raylib-3d41c1b6cd5e42e2334798fe6af9394a93c89713.zip
Minor tweaks
Diffstat (limited to 'src')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index c76f1a37..b732ad32 100644
--- a/src/core.c
+++ b/src/core.c
@@ -122,7 +122,7 @@
#define RAYLIB_VERSION "3.0"
#endif
-#include "utils.h" // Required for: TRACELOG macros and fopen() Android mapping
+#include "utils.h" // Required for: TRACELOG macros
#if (defined(__linux__) || defined(PLATFORM_WEB)) && _POSIX_C_SOURCE < 199309L
#undef _POSIX_C_SOURCE