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

Vinson Lee vlee at kemper.freedesktop.org
Tue Dec 14 08:40:28 UTC 2010


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

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




More information about the mesa-commit mailing list