From 8f77d3cbaa8f7c467ab329fd877f6bfe9eae42a2 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 15 Oct 2008 10:11:39 +0000 Subject: [PATCH] removed non-portable inclusion of GL.h (on mac gl.h is in stupid places) --- wrap/gl/gl_object.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrap/gl/gl_object.h b/wrap/gl/gl_object.h index 7b9aea2a..4f2cf792 100644 --- a/wrap/gl/gl_object.h +++ b/wrap/gl/gl_object.h @@ -1,8 +1,6 @@ #ifndef __GL_OBJECT_H__ #define __GL_OBJECT_H__ -#include - class GLObject { public: