From: Keith Whitwell Date: Mon, 24 Mar 2008 10:52:20 +0000 (+0000) Subject: Revert "draw: Fix #include order to fix Linux build." X-Git-Tag: 062012170305~17580^2~390^2~2121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4588c175280cd2b1f5341cd02bed7e9e7d1fd05;p=profile%2Fivi%2Fmesa.git Revert "draw: Fix #include order to fix Linux build." This reverts commit a6d17bf671d6bfbb187a62ba14b9ad08fb5dafe1. --- diff --git a/src/gallium/auxiliary/draw/draw_pt_elts.c b/src/gallium/auxiliary/draw/draw_pt_elts.c index 02fb6d9..d49770e 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_private.h" #include "draw/draw_pt.h" +#include "draw/draw_private.h" /* Neat get_elt func that also works for varrays drawing by encoding * the start value into a pointer.