summaryrefslogtreecommitdiff
path: root/src/mesa/program
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-09 23:52:28 -0800
committerVinson Lee <vlee@vmware.com>2010-12-09 23:52:28 -0800
commitd5810efca69d016eddd6ece4cb399394c46525db (patch)
tree2be3b5652798f5ab72c609f45b1faea9cd83a3bb /src/mesa/program
parente47eacdc53aec6743c42c8d9ab8298f802161733 (diff)
mesa: Clean up header file inclusion in arbprogparse.h.
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/arbprogparse.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/program/arbprogparse.h b/src/mesa/program/arbprogparse.h
index 08e25a1c16..4c0c300720 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,