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

Vinson Lee vlee at kemper.freedesktop.org
Tue Dec 14 08:23:16 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 14 00:22:27 2010 -0800

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

---

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

diff --git a/src/mesa/program/nvvertparse.h b/src/mesa/program/nvvertparse.h
index e98e867..7318e14 100644
--- a/src/mesa/program/nvvertparse.h
+++ b/src/mesa/program/nvvertparse.h
@@ -29,7 +29,10 @@
 #ifndef NVVERTPARSE_H
 #define NVVERTPARSE_H
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_context;
+struct gl_vertex_program;
 
 extern void
 _mesa_parse_nv_vertex_program(struct gl_context *ctx, GLenum target,




More information about the mesa-commit mailing list