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

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 21 05:24:18 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov 20 21:23:35 2010 -0800

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

---

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

diff --git a/src/mesa/main/readpix.h b/src/mesa/main/readpix.h
index 0753e61..fd25e70 100644
--- a/src/mesa/main/readpix.h
+++ b/src/mesa/main/readpix.h
@@ -27,8 +27,9 @@
 #define READPIXELS_H
 
 
-#include "main/mtypes.h"
+#include "glheader.h"
 
+struct gl_context;
 
 extern GLboolean
 _mesa_error_check_format_type(struct gl_context *ctx, GLenum format, GLenum type,




More information about the mesa-commit mailing list