summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_elts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_elts.c')
-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.