diff options
author | Vinson Lee <[email protected]> | 2010-12-30 01:26:47 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-30 01:26:47 -0800 |
commit | 79fa5acf26d02760d745be435d1b0a28e485a4d6 (patch) | |
tree | 093f7b76c867cedf286420b78ec6f9563b09610c /src/mesa/x86/mmx.h | |
parent | a1cd093a72043d543a6e81a58d491a11f92ef1d9 (diff) |
x86: Clean up header file inclusion in mmx.h.
Diffstat (limited to 'src/mesa/x86/mmx.h')
-rw-r--r-- | src/mesa/x86/mmx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h index d4bda07eade..74e9979d312 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[], |