OSDN Git Service

st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.
authorVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:29:26 +0000 (12:29 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:29:26 +0000 (12:29 -0700)
Replace mtypes.h with forward declarations.
Include compiler.h for INLINE symbol.

src/mesa/state_tracker/st_cb_drawpixels.h

index 7d5e901..575f169 100644 (file)
 #define ST_CB_DRAWPIXELS_H
 
 
-#include "main/mtypes.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
 
 #if FEATURE_drawpix