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

Author: Vinson Lee <[email protected]>
Date:   Tue Dec 14 00:39:57 2010 -0800

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

---

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

diff --git a/src/mesa/program/prog_optimize.h b/src/mesa/program/prog_optimize.h
index 00f1080..463f5fc 100644
--- a/src/mesa/program/prog_optimize.h
+++ b/src/mesa/program/prog_optimize.h
@@ -27,9 +27,10 @@
 
 
 #include "main/config.h"
-#include "main/mtypes.h"
+#include "main/glheader.h"
 
 
+struct gl_context;
 struct gl_program;
 struct prog_instruction;
 

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

Reply via email to