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

Author: Vinson Lee <[email protected]>
Date:   Sat Dec  4 01:11:33 2010 -0800

mesa: Clean up header file inclusion in texformat.h.

---

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

diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h
index 8bd1507..3cf0921 100644
--- a/src/mesa/main/texformat.h
+++ b/src/mesa/main/texformat.h
@@ -27,9 +27,9 @@
 #define TEXFORMAT_H
 
 
-#include "mtypes.h"
 #include "formats.h"
 
+struct gl_context;
 
 extern gl_format
 _mesa_choose_tex_format( struct gl_context *ctx, GLint internalFormat,

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to