move glut.h include

This commit is contained in:
Brian Paul
2008-10-28 19:01:38 -06:00
parent 91473dac5a
commit 54d684f23d
+2 -1
View File
@@ -5,7 +5,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <GL/glut.h>
#ifndef WIN32
#include <unistd.h>
@@ -15,6 +14,8 @@
#include <GL/glext.h>
#endif
#include <GL/glut.h>
#ifdef WIN32
static PFNGLBINDPROGRAMARBPROC glBindProgramARB = NULL;
static PFNGLGENPROGRAMSARBPROC glGenProgramsARB = NULL;