diff options
author | Brian Paul <[email protected]> | 2008-10-28 19:01:38 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-28 19:01:38 -0600 |
commit | 54d684f23d3fb723d7f226b5ce093248476ab26a (patch) | |
tree | 37d28b3806ecaf714a079386c6624a1c62ca56eb /progs/vp/vp-tris.c | |
parent | 91473dac5a5995664940918fa945b9bd6316da93 (diff) |
move glut.h include
Diffstat (limited to 'progs/vp/vp-tris.c')
-rw-r--r-- | progs/vp/vp-tris.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/vp/vp-tris.c b/progs/vp/vp-tris.c index 58014dd48de..e1ddb2e14d2 100644 --- 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; |