summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2008-03-24 09:56:12 +0000
committerMichel Dänzer <michel@tungstengraphics.com>2008-03-24 09:56:12 +0000
commita6d17bf671d6bfbb187a62ba14b9ad08fb5dafe1 (patch)
tree1b1f87b1fca3c8a3d8eaa2daefbfd5b072c27bb9 /src/gallium
parent3b217c7fa77d397540e4b6299a35f586ad53a1a1 (diff)
draw: Fix #include order to fix Linux build.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt_elts.c2
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 d49770e7b2..02fb6d9f41 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_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.