]> git.jsancho.org Git - lugaru.git/blobdiff - Source/openal_wrapper.h
Fixed includes in 'openal_wrapper.h' to fit with CMake's detection scheme
[lugaru.git] / Source / openal_wrapper.h
index f31c6c081277da807afc713ab0b9db4080c62e43..07aa867bc52d59c0d33efb805bbaf2777e4a1ef6 100644 (file)
@@ -5,8 +5,8 @@
 #include <malloc.h>
 #endif
 
-#include "AL/al.h"
-#include "AL/alc.h"
+#include "al.h"
+#include "alc.h"
 
 #include "ogg/ogg.h"
 #include "vorbis/vorbisfile.h"