commit | f42d4ab41ed5d6a160e9902cd9e81ca644e31a35 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Thu Apr 26 07:46:59 2007 -0600 |
committer | Brian <brian@yutani.localnet.net> | Thu Apr 26 07:46:59 2007 -0600 |
tree | 07efb1f118d4c583af30e98d8b4bef6ae06c8edc | |
parent | 4a28548cbfa425edd8b8ad16c93869a9c612a42f [diff] |
move #include <GL/glut.h> after other #includes for Windows
diff --git a/progs/demos/tessdemo.c b/progs/demos/tessdemo.c index 26403ee..f71cea1 100644 --- a/progs/demos/tessdemo.c +++ b/progs/demos/tessdemo.c
@@ -4,10 +4,10 @@ * Updated for GLU 1.3 tessellation by Gareth Hughes <gareth@valinux.com> */ -#include <GL/glut.h> #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <GL/glut.h> #define MAX_POINTS 256 #define MAX_CONTOURS 32