x86: Clean up header file inclusion in mmx.h.
authorVinson Lee <vlee@vmware.com>
Thu, 30 Dec 2010 09:26:47 +0000 (01:26 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 30 Dec 2010 09:26:47 +0000 (01:26 -0800)
src/mesa/x86/mmx.h

index d4bda07eade9fadfc3b2063e5d59aec8124a8f5b..74e9979d3120d7d20f2943ce258e74af8dadd8fe 100644 (file)
@@ -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[],