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

Replaced mtypes.h and st_context.h with forward declarations.
Added compiler.h for INLINE symbol.
This commit is contained in:
Vinson Lee 2010-08-04 12:07:12 -07:00
parent e6902afeee
commit eb4f2d4b02
1 changed files with 4 additions and 2 deletions

View File

@ -29,8 +29,10 @@
#define ST_CB_BLIT_H
#include "main/mtypes.h"
#include "st_context.h"
#include "main/compiler.h"
struct dd_function_table;
struct st_context;
extern void