summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-30 00:50:56 -0800
committerVinson Lee <vlee@vmware.com>2010-12-30 00:50:56 -0800
commit176a8359b93badfff3b6f6e78df974f870fbf7aa (patch)
treea2efeec69bd6c1edfccada8eb5de71c593338be6 /src/mesa/tnl/t_vp_build.h
parent9db97618744a585a808bd9d51943cd6532b4da4e (diff)
tnl: Clean up header file inclusion in t_vp_build.h.
Diffstat (limited to 'src/mesa/tnl/t_vp_build.h')
-rw-r--r--src/mesa/tnl/t_vp_build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h
index 1d10ff245d..e9f6de5a92 100644
--- a/src/mesa/tnl/t_vp_build.h
+++ b/src/mesa/tnl/t_vp_build.h
@@ -27,7 +27,7 @@
#ifndef T_VP_BUILD_H
#define T_VP_BUILD_H
-#include "main/mtypes.h"
+struct gl_context;
#define TNL_FIXED_FUNCTION_STATE_FLAGS (_NEW_PROGRAM | \
_NEW_LIGHT | \