aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alstream.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-29 08:16:39 -0700
committerChris Robinson <[email protected]>2019-07-29 08:21:38 -0700
commit40e937c63a2a74ef2ff94ba8a056cce0a07832ed (patch)
tree9c9893bde95c5a6c2b2d73d4fb7e0745290cd63c /examples/alstream.c
parentd38d2553649555714bfe20f8ca72614974993d47 (diff)
Cleanup the examples' includes
Diffstat (limited to 'examples/alstream.c')
-rw-r--r--examples/alstream.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/alstream.c b/examples/alstream.c
index 68115e8d..cb447355 100644
--- a/examples/alstream.c
+++ b/examples/alstream.c
@@ -27,14 +27,13 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
-#include <signal.h>
#include <assert.h>
-#include <SDL_sound.h>
+#include "SDL_sound.h"
+#include "SDL_audio.h"
+#include "SDL_stdinc.h"
#include "AL/al.h"
-#include "AL/alc.h"
-#include "AL/alext.h"
#include "common/alhelpers.h"