summaryrefslogtreecommitdiffstats
path: root/src/sound/oalsound/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/oalsound/check.h')
-rw-r--r--src/sound/oalsound/check.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sound/oalsound/check.h b/src/sound/oalsound/check.h
index f677e17..b8f67c0 100644
--- a/src/sound/oalsound/check.h
+++ b/src/sound/oalsound/check.h
@@ -18,11 +18,11 @@
#pragma once
-#include <AL/al.h>
-#include <AL/alc.h>
-
#include "common/logger.h"
+#include <al.h>
+#include <alc.h>
+
static ALenum CODE = AL_NO_ERROR;
inline bool alCheck()