draw: Fix #include order to fix Linux build.
authorMichel Dänzer <michel@tungstengraphics.com>
Mon, 24 Mar 2008 09:56:12 +0000 (09:56 +0000)
committerMichel Dänzer <michel@tungstengraphics.com>
Mon, 24 Mar 2008 09:56:12 +0000 (09:56 +0000)
src/gallium/auxiliary/draw/draw_pt_elts.c

index d49770e7b2de5c711b9203affe92b91209cce63f..02fb6d9f41db8c4191fdf3730f3d0c33c80b8961 100644 (file)
@@ -30,8 +30,8 @@
   *   Keith Whitwell <keith@tungstengraphics.com>
   */
 
-#include "draw/draw_pt.h"
 #include "draw/draw_private.h"
+#include "draw/draw_pt.h"
 
 /* Neat get_elt func that also works for varrays drawing by encoding
  * the start value into a pointer.