Revert "draw: Fix #include order to fix Linux build."

This reverts commit a6d17bf671.
This commit is contained in:
Keith Whitwell 2008-03-24 10:52:20 +00:00
parent a6d17bf671
commit f4588c1752

View file

@ -30,8 +30,8 @@
* Keith Whitwell <keith@tungstengraphics.com> * Keith Whitwell <keith@tungstengraphics.com>
*/ */
#include "draw/draw_private.h"
#include "draw/draw_pt.h" #include "draw/draw_pt.h"
#include "draw/draw_private.h"
/* Neat get_elt func that also works for varrays drawing by encoding /* Neat get_elt func that also works for varrays drawing by encoding
* the start value into a pointer. * the start value into a pointer.