aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alEffect.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-28 21:29:59 -0700
committerChris Robinson <[email protected]>2019-07-28 21:29:59 -0700
commitd38d2553649555714bfe20f8ca72614974993d47 (patch)
tree2eefae41a5578056b610d9db0cf7293b6949e2b5 /OpenAL32/alEffect.h
parent83432a7e5c7f565a08c41bb104ae25286c5fc82b (diff)
More include cleanups
Diffstat (limited to 'OpenAL32/alEffect.h')
-rw-r--r--OpenAL32/alEffect.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/OpenAL32/alEffect.h b/OpenAL32/alEffect.h
index d43aa206..270b8e20 100644
--- a/OpenAL32/alEffect.h
+++ b/OpenAL32/alEffect.h
@@ -1,7 +1,9 @@
-#ifndef _AL_EFFECT_H_
-#define _AL_EFFECT_H_
+#ifndef AL_EFFECT_H
+#define AL_EFFECT_H
+
+#include "AL/al.h"
+#include "AL/efx.h"
-#include "alcmain.h"
#include "effects/base.h"