From 522f0a5f3f820a8a9ff4fd020eedd609a59a3840 Mon Sep 17 00:00:00 2001 From: "Gizmo Mk. 0" Date: Sat, 1 Dec 2018 22:45:19 +0100 Subject: [PATCH] Removed superfluous SDL2/ from the #includes in helpers.c --- cbits/helpers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cbits/helpers.c b/cbits/helpers.c index e2ea781..71d476a 100644 --- a/cbits/helpers.c +++ b/cbits/helpers.c @@ -1,5 +1,5 @@ -#include "SDL2/SDL.h" -#include "SDL2/SDL_mixer.h" +#include "SDL.h" +#include "SDL_mixer.h" // These were all macros in SDL_mixer.h.