diff options
author | Chris Robinson <[email protected]> | 2012-09-14 02:42:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-14 02:42:36 -0700 |
commit | 9f58edd7a873aaec50ca27c52372d70b3a0e1738 (patch) | |
tree | 5d263a253958e39553f80a65a2d60c1f797ed415 /OpenAL32/Include/alError.h | |
parent | 0f3a575a09fd3fa77564fd58d526aef14e8ef22a (diff) |
Fix up some more header includes
Diffstat (limited to 'OpenAL32/Include/alError.h')
-rw-r--r-- | OpenAL32/Include/alError.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alError.h b/OpenAL32/Include/alError.h index f3a9c12d..0ade342d 100644 --- a/OpenAL32/Include/alError.h +++ b/OpenAL32/Include/alError.h @@ -1,8 +1,7 @@ #ifndef _AL_ERROR_H_ #define _AL_ERROR_H_ -#include "AL/al.h" -#include "AL/alc.h" +#include "alMain.h" #ifdef __cplusplus extern "C" { |