draw: Fix #include order to fix Linux build.

This commit is contained in:
Michel Dänzer 2008-03-24 09:56:12 +00:00
parent 3b217c7fa7
commit a6d17bf671

View file

@ -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.