mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 20:00:10 +01:00
Revert "draw: Fix #include order to fix Linux build."
This reverts commit a6d17bf671.
This commit is contained in:
parent
a6d17bf671
commit
f4588c1752
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue