Browse Source

Update platformAL.h

Should fix a Windows compiler error reported in issue #170.
Mike Lilligreen 11 years ago
parent
commit
324ed6f2b1
1 changed files with 0 additions and 2 deletions
  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"