Mesa (master): swrast: Clean up header file inclusion in s_atifragshader.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 25 03:48:21 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 24 19:47:54 2010 -0800

swrast: Clean up header file inclusion in s_atifragshader.h.

---

 src/mesa/swrast/s_atifragshader.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/swrast/s_atifragshader.h b/src/mesa/swrast/s_atifragshader.h
index 39a6e64..10aaaa5 100644
--- a/src/mesa/swrast/s_atifragshader.h
+++ b/src/mesa/swrast/s_atifragshader.h
@@ -27,9 +27,9 @@
 #define S_ATIFRAGSHADER_H
 
 
-#include "main/mtypes.h"
 #include "s_span.h"
 
+struct gl_context;
 
 extern void
 _swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );




More information about the mesa-commit mailing list