st/mesa: Clean up header file inclusion in st_draw.h.

This commit is contained in:
Vinson Lee 2010-12-21 01:17:37 -08:00
parent 5c102dd94f
commit 3d03b4d839

View file

@ -36,10 +36,11 @@
#include "main/compiler.h"
#include "main/glheader.h"
#include "main/mtypes.h"
struct _mesa_index_buffer;
struct _mesa_prim;
struct gl_client_array;
struct gl_context;
struct st_context;
void st_init_draw( struct st_context *st );