From d38d2553649555714bfe20f8ca72614974993d47 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 28 Jul 2019 21:29:59 -0700 Subject: More include cleanups --- OpenAL32/alEffect.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'OpenAL32/alEffect.h') 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" -- cgit v1.2.3