summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-04 12:29:26 -0700
committerVinson Lee <vlee@vmware.com>2010-08-04 12:29:26 -0700
commitdce63cf431177594f1267406276f441391701f70 (patch)
tree82260f33e508bb21e11f3da625f512931d8e5156
parent7fdf6d5c28293e169b7874d95632ec0bba9da78a (diff)
st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.
Replace mtypes.h with forward declarations. Include compiler.h for INLINE symbol.
-rw-r--r--src/mesa/state_tracker/st_cb_drawpixels.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_drawpixels.h b/src/mesa/state_tracker/st_cb_drawpixels.h
index 7d5e901ccc5..575f169e08e 100644
--- a/src/mesa/state_tracker/st_cb_drawpixels.h
+++ b/src/mesa/state_tracker/st_cb_drawpixels.h
@@ -30,7 +30,10 @@
#define ST_CB_DRAWPIXELS_H
-#include "main/mtypes.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
#if FEATURE_drawpix