From 0a27525a4ba2ca9f8f6c4e723b50411549d6c558 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 1 Jun 2016 14:01:35 +0200 Subject: Dependencies review Checking some files to be converted to header-only --- src/physac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/physac.c') diff --git a/src/physac.c b/src/physac.c index 181488ac..eed2f26e 100644 --- a/src/physac.c +++ b/src/physac.c @@ -29,8 +29,8 @@ #include "raylib.h" #endif -#include // Declares malloc() and free() for memory management -#include // Declares cos(), sin(), abs() and fminf() for math operations +#include // Required for: malloc(), free() +#include // Required for: cos(), sin(), abs(), fminf() //---------------------------------------------------------------------------------- // Defines and Macros -- cgit v1.2.3