summaryrefslogtreecommitdiff
path: root/src/mesa/main/ffvertex_prog.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-09 00:56:02 -0800
committerVinson Lee <vlee@vmware.com>2010-11-09 00:56:02 -0800
commit08354667a32b4006601563c1349f711bbbebf1eb (patch)
tree0aca033dcf242f0e2e955adaf21db95f09924156 /src/mesa/main/ffvertex_prog.h
parent6121730e74ed4ff80569cfa496721afbf8ee7d22 (diff)
mesa: Clean up header file inclusion in ffvertex_prog.h.
Diffstat (limited to 'src/mesa/main/ffvertex_prog.h')
-rw-r--r--src/mesa/main/ffvertex_prog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/ffvertex_prog.h b/src/mesa/main/ffvertex_prog.h
index 72cd6ea115..837a15efca 100644
--- a/src/mesa/main/ffvertex_prog.h
+++ b/src/mesa/main/ffvertex_prog.h
@@ -30,7 +30,7 @@
#define FFVERTEX_PROG_H
-#include "main/mtypes.h"
+struct gl_context;
struct gl_vertex_program *
_mesa_get_fixed_func_vertex_program(struct gl_context *ctx);