Mesa (master): mesa: Clean up header file inclusion in image.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 13:01:16 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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 );




More information about the mesa-commit mailing list