Mesa (master): x86: Clean up header file inclusion in mmx.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Dec 30 09:27:15 UTC 2010


Module: Mesa
Branch: master
Commit: 79fa5acf26d02760d745be435d1b0a28e485a4d6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=79fa5acf26d02760d745be435d1b0a28e485a4d6

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 30 01:26:47 2010 -0800

x86: Clean up header file inclusion in mmx.h.

---

 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 d4bda07..74e9979 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[],




More information about the mesa-commit mailing list