From ca3392a3107964365524e0c93348623992594ae0 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 30 Oct 2002 00:08:59 +0000 Subject: Took out "" verses <> and just left <> for includes. It works just fine on every system I could try it on. --- source/blender/include/BIF_gl.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source') diff --git a/source/blender/include/BIF_gl.h b/source/blender/include/BIF_gl.h index f5507d30170..da67855cdac 100644 --- a/source/blender/include/BIF_gl.h +++ b/source/blender/include/BIF_gl.h @@ -34,17 +34,8 @@ #ifndef BIF_GL_H #define BIF_GL_H - /* XXX, fixme zr... what is the deal here, - * is there a reason unices don't use the - * <> include? (they should) - */ -#if !defined(__APPLE__) && !defined(WIN32) -#include "GL/gl.h" -#include "GL/glu.h" -#else #include #include -#endif /* * these should be phased out. cpack should be replaced in -- cgit v1.2.3