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

Vinson Lee vlee at kemper.freedesktop.org
Wed Nov 10 08:50:19 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Nov 10 00:49:53 2010 -0800

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

---

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

diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h
index cdef7de..eb50819 100644
--- a/src/mesa/main/pixelstore.h
+++ b/src/mesa/main/pixelstore.h
@@ -33,7 +33,8 @@
 
 
 #include "glheader.h"
-#include "mtypes.h"
+
+struct gl_context;
 
 
 extern void GLAPIENTRY




More information about the mesa-commit mailing list