aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common/alhelpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common/alhelpers.c')
-rw-r--r--examples/common/alhelpers.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/common/alhelpers.c b/examples/common/alhelpers.c
index 3077d0b7..b387fd2d 100644
--- a/examples/common/alhelpers.c
+++ b/examples/common/alhelpers.c
@@ -28,16 +28,14 @@
* finding an appropriate buffer format, and getting readable strings for
* channel configs and sample types. */
-#include <time.h>
+#include "alhelpers.h"
+
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include "AL/al.h"
#include "AL/alc.h"
-#include "AL/alext.h"
-
-#include "alhelpers.h"
/* InitAL opens a device and sets up a context using default attributes, making