From: Brian Date: Thu, 26 Apr 2007 13:46:59 +0000 (-0600) Subject: move #include after other #includes for Windows X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f42d4ab41ed5d6a160e9902cd9e81ca644e31a35;p=mesa.git move #include after other #includes for Windows --- diff --git a/progs/demos/tessdemo.c b/progs/demos/tessdemo.c index 26403eee0a2..f71cea12744 100644 --- a/progs/demos/tessdemo.c +++ b/progs/demos/tessdemo.c @@ -4,10 +4,10 @@ * Updated for GLU 1.3 tessellation by Gareth Hughes */ -#include #include #include #include +#include #define MAX_POINTS 256 #define MAX_CONTOURS 32