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

src/mesa/state_tracker/st_cb_drawtex.h

index a3f54a349ccb49092aa68a8da655376ebaa7e4e4..d21262f89770871dcb264f66051c246569b26ce4 100644 (file)
 #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