summaryrefslogtreecommitdiff
path: root/src/mesa/x86
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-30 01:26:47 -0800
committerVinson Lee <vlee@vmware.com>2010-12-30 01:26:47 -0800
commit79fa5acf26d02760d745be435d1b0a28e485a4d6 (patch)
tree093f7b76c867cedf286420b78ec6f9563b09610c /src/mesa/x86
parenta1cd093a72043d543a6e81a58d491a11f92ef1d9 (diff)
x86: Clean up header file inclusion in mmx.h.
Diffstat (limited to 'src/mesa/x86')
-rw-r--r--src/mesa/x86/mmx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h
index d4bda07ead..74e9979d31 100644
--- a/src/mesa/x86/mmx.h
+++ b/src/mesa/x86/mmx.h
@@ -27,7 +27,9 @@
#define ASM_MMX_H
#include "main/compiler.h"
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_context;
extern void _ASMAPI
_mesa_mmx_blend_transparency( struct gl_context *ctx, GLuint n, const GLubyte mask[],