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

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 14:22:40 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Nov  9 06:22:25 2010 -0800

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

---

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

diff --git a/src/mesa/main/nvprogram.h b/src/mesa/main/nvprogram.h
index 035f2fe..5668963 100644
--- a/src/mesa/main/nvprogram.h
+++ b/src/mesa/main/nvprogram.h
@@ -30,7 +30,9 @@
 #define NVPROGRAM_H
 
 #include "glheader.h"
-#include "mtypes.h"
+
+struct gl_context;
+struct gl_program;
 
 extern void GLAPIENTRY
 _mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params);




More information about the mesa-commit mailing list