From 12bbbf7decba27406f3c9fd29cbfcd92b1b33cd1 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 13 May 2010 18:34:13 -0500 Subject: [PATCH] Fixed includes in 'openal_wrapper.h' to fit with CMake's detection scheme --- Source/openal_wrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.2