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

Replace mtypes.h with forward declarations.
Include compiler.h for INLINE symbol.
This commit is contained in:
Vinson Lee 2010-08-04 12:46:38 -07:00
parent dce63cf431
commit 137c510097

View file

@ -10,7 +10,10 @@
#define ST_CB_DRAWTEX_H
#include "main/mtypes.h"
#include "main/compiler.h"
struct dd_function_table;
struct st_context;
#if FEATURE_OES_draw_texture