summaryrefslogtreecommitdiff
path: root/src/mesa/program
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-14 00:22:27 -0800
committerVinson Lee <vlee@vmware.com>2010-12-14 00:22:27 -0800
commit71af07bf40e095e4c4e075d3f52a1f89f22d6639 (patch)
treeb86665e629df3dc396f1eb2663974bbd328f13e7 /src/mesa/program
parentc27285610c9f9b50d06bf0f2725da195937cb48d (diff)
mesa: Clean up header file inclusion in nvvertparse.h.
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/nvvertparse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/program/nvvertparse.h b/src/mesa/program/nvvertparse.h
index e98e867320..7318e14941 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,