st/mesa: Clean up header inclusion in st_cb_feedback.h.

Replace mtypes.h with forward declaration.
Include compiler.h for INLINE symbol.
This commit is contained in:
Vinson Lee 2010-08-04 15:26:37 -07:00
parent 12dac449fb
commit 85dbb2904b
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@
#define ST_CB_FEEDBACK_H
#include "main/mtypes.h"
#include "main/compiler.h"
struct dd_function_table;
#if FEATURE_feedback