From 765870fe8fa246cf1cbca96ff0d399fb37273ba8 Mon Sep 17 00:00:00 2001 From: Constantine Tarasenkov Date: Tue, 3 Feb 2015 20:16:27 +0300 Subject: [PATCH] No need to include raylib.h --- src/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index d3d57106..8e42e533 100644 --- a/src/utils.c +++ b/src/utils.c @@ -27,7 +27,6 @@ * **********************************************************************************************/ -#include "raylib.h" #include "utils.h" #if defined(PLATFORM_ANDROID)