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

Author: Vinson Lee <[email protected]>
Date:   Tue Nov  9 05:00:44 2010 -0800

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

---

 src/mesa/main/image.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h
index 023284a..005fbcc 100644
--- a/src/mesa/main/image.h
+++ b/src/mesa/main/image.h
@@ -27,8 +27,10 @@
 #define IMAGE_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
 
+struct gl_context;
+struct gl_pixelstore_attrib;
 
 extern void
 _mesa_swap2( GLushort *p, GLuint n );

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

Reply via email to