소스 검색

Update platformAL.h

Should fix a Windows compiler error reported in issue #170.
Mike Lilligreen 11 년 전
부모
커밋
324ed6f2b1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      engine/source/platform/platformAL.h

+ 0 - 2
engine/source/platform/platformAL.h

@@ -56,8 +56,6 @@
 #include <AL/alc.h>
 #include "platform/eaxtypes.h"
 #else
-#include <AL/al.h>
-#include <AL/alc.h>
 // declare externs of the AL fns here.
 #include "al/altypes.h"
 #include "al/alctypes.h"