From: Michel Dänzer Date: Mon, 24 Mar 2008 09:56:12 +0000 (+0000) Subject: draw: Fix #include order to fix Linux build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6d17bf671d6bfbb187a62ba14b9ad08fb5dafe1;p=mesa.git draw: Fix #include order to fix Linux build. --- diff --git a/src/gallium/auxiliary/draw/draw_pt_elts.c b/src/gallium/auxiliary/draw/draw_pt_elts.c index d49770e7b2d..02fb6d9f41d 100644 --- a/src/gallium/auxiliary/draw/draw_pt_elts.c +++ b/src/gallium/auxiliary/draw/draw_pt_elts.c @@ -30,8 +30,8 @@ * Keith Whitwell */ -#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.