From: Neal Gompa Date: Thu, 13 May 2010 23:34:13 +0000 (-0500) Subject: Fixed includes in 'openal_wrapper.h' to fit with CMake's detection scheme X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=12bbbf7decba27406f3c9fd29cbfcd92b1b33cd1;p=lugaru.git Fixed includes in 'openal_wrapper.h' to fit with CMake's detection scheme --- diff --git a/Source/openal_wrapper.h b/Source/openal_wrapper.h index f31c6c0..07aa867 100644 --- a/Source/openal_wrapper.h +++ b/Source/openal_wrapper.h @@ -5,8 +5,8 @@ #include #endif -#include "AL/al.h" -#include "AL/alc.h" +#include "al.h" +#include "alc.h" #include "ogg/ogg.h" #include "vorbis/vorbisfile.h"