From 2d64bddd63a9bb9887455855f514250cdcc78257 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Thu, 28 Nov 2002 22:06:37 +0000 Subject: [PATCH] fix: make OpenAL compile, by not including extal.h in files - somekind of circular dependency ? --- src/native/common/checkALerror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/common/checkALerror.h b/src/native/common/checkALerror.h index ef8c14eb..b946c1af 100644 --- a/src/native/common/checkALerror.h +++ b/src/native/common/checkALerror.h @@ -13,7 +13,7 @@ #ifdef _DEBUG #include -#include "extal.h" +#include #define CHECK_AL_ERROR \ { \