move glut.h include
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 29 Oct 2008 01:01:38 +0000 (19:01 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 29 Oct 2008 01:01:38 +0000 (19:01 -0600)
progs/vp/vp-tris.c

index 58014dd48de6d74e26df489e4cf2ff546dc34f9e..e1ddb2e14d23d75d7ee3ef83bef73939cc7c919c 100644 (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;