diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-03-24 10:52:20 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-03-24 10:52:20 +0000 |
commit | f4588c175280cd2b1f5341cd02bed7e9e7d1fd05 (patch) | |
tree | 442d1bc4c1a6306ed949c891587c1365b07a8b90 /src | |
parent | a6d17bf671d6bfbb187a62ba14b9ad08fb5dafe1 (diff) |
Revert "draw: Fix #include order to fix Linux build."
This reverts commit a6d17bf671d6bfbb187a62ba14b9ad08fb5dafe1.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_elts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_elts.c b/src/gallium/auxiliary/draw/draw_pt_elts.c index 02fb6d9f41..d49770e7b2 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 <keith@tungstengraphics.com> */ -#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. |