summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-12 20:14:36 -0800
committerVinson Lee <vlee@vmware.com>2010-01-12 20:14:36 -0800
commitc239f387091da9f81bbd315234a19d9b3e3ac694 (patch)
tree253bcbeddaf6a80c0d8ee6a7f5e06c0fc232997d /src/mesa/tnl
parent2c7cf3f9c95098ef08966d19cd1990d3825fd9eb (diff)
tnl: Remove unnecessary header from t_context.c.
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c
index db21b4589d..5a14e595a0 100644
--- a/src/mesa/tnl/t_context.c
+++ b/src/mesa/tnl/t_context.c
@@ -38,7 +38,6 @@
#include "tnl.h"
#include "t_context.h"
#include "t_pipeline.h"
-#include "t_vp_build.h"
#include "vbo/vbo.h"