make love build on OS X again - there's no need to include gl.h directly, GLee.h does that for us in a cross-platform way

This commit is contained in:
Bill Meltsner
2011-12-19 00:28:45 -06:00
parent c9ed6d3c83
commit 969c53e592
3 changed files with 1 additions and 3 deletions
@@ -22,7 +22,7 @@
#include <common/math.h>
#include <GL/gl.h>
#include "GLee.h"
#include <cmath>
#include <cstdlib>