From d84886e36c8e9e67bca1e112d4865b764da72bb8 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Mon, 26 Aug 2002 18:12:22 +0000 Subject: [PATCH] rem: don't include math file, which isn't there --- src/native/win32/org_lwjgl_Math.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/win32/org_lwjgl_Math.cpp b/src/native/win32/org_lwjgl_Math.cpp index 99867dd8..7b91d0bd 100644 --- a/src/native/win32/org_lwjgl_Math.cpp +++ b/src/native/win32/org_lwjgl_Math.cpp @@ -40,6 +40,6 @@ */ #include -#include "org_lwjgl_Math.h" +//#include "org_lwjgl_Math.h" #include "math.h"