From 40e937c63a2a74ef2ff94ba8a056cce0a07832ed Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 29 Jul 2019 08:16:39 -0700 Subject: Cleanup the examples' includes --- examples/alplay.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/alplay.c') diff --git a/examples/alplay.c b/examples/alplay.c index 81cb56d5..4ff8fb7f 100644 --- a/examples/alplay.c +++ b/examples/alplay.c @@ -27,10 +27,11 @@ #include #include -#include +#include "SDL_sound.h" +#include "SDL_audio.h" +#include "SDL_stdinc.h" #include "AL/al.h" -#include "AL/alc.h" #include "common/alhelpers.h" -- cgit v1.2.3