summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawtex.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-04 12:46:38 -0700
committerVinson Lee <vlee@vmware.com>2010-08-04 12:46:38 -0700
commit137c510097503e590cf8b30d2b97e617b9a1543b (patch)
tree75fdc38993e93a9fd0d0752ab977b4be7cd866c9 /src/mesa/state_tracker/st_cb_drawtex.h
parentdce63cf431177594f1267406276f441391701f70 (diff)
st/mesa: Clean up header file inclusion in st_cb_drawtex.h.
Replace mtypes.h with forward declarations. Include compiler.h for INLINE symbol.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_drawtex.h')
-rw-r--r--src/mesa/state_tracker/st_cb_drawtex.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_drawtex.h b/src/mesa/state_tracker/st_cb_drawtex.h
index a3f54a349c..d21262f897 100644
--- a/src/mesa/state_tracker/st_cb_drawtex.h
+++ b/src/mesa/state_tracker/st_cb_drawtex.h
@@ -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