projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91473da
)
move glut.h include
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 29 Oct 2008 01:01:38 +0000
(19:01 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 29 Oct 2008 01:01:38 +0000
(19:01 -0600)
progs/vp/vp-tris.c
patch
|
blob
|
history
diff --git
a/progs/vp/vp-tris.c
b/progs/vp/vp-tris.c
index 58014dd48de6d74e26df489e4cf2ff546dc34f9e..e1ddb2e14d23d75d7ee3ef83bef73939cc7c919c 100644
(file)
--- a/
progs/vp/vp-tris.c
+++ b/
progs/vp/vp-tris.c
@@
-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;