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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 11 22:37:36 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 11 14:37:18 2010 -0800

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

---

 src/mesa/program/nvfragparse.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/program/nvfragparse.h b/src/mesa/program/nvfragparse.h
index 3e85dd2..088e752 100644
--- a/src/mesa/program/nvfragparse.h
+++ b/src/mesa/program/nvfragparse.h
@@ -30,7 +30,10 @@
 #ifndef NVFRAGPARSE_H
 #define NVFRAGPARSE_H
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_context;
+struct gl_fragment_program;
 
 extern void
 _mesa_parse_nv_fragment_program(struct gl_context *ctx, GLenum target,




More information about the mesa-commit mailing list