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

Vinson Lee vlee at kemper.freedesktop.org
Fri Dec 10 07:52:55 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec  9 23:52:28 2010 -0800

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

---

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

diff --git a/src/mesa/program/arbprogparse.h b/src/mesa/program/arbprogparse.h
index 08e25a1..4c0c300 100644
--- a/src/mesa/program/arbprogparse.h
+++ b/src/mesa/program/arbprogparse.h
@@ -26,7 +26,11 @@
 #ifndef ARBPROGPARSE_H
 #define ARBPROGPARSE_H
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_context;
+struct gl_fragment_program;
+struct gl_vertex_program;
 
 extern void
 _mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target,




More information about the mesa-commit mailing list