summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_vertex.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-31 00:55:13 -0700
committerVinson Lee <vlee@vmware.com>2010-07-31 00:55:13 -0700
commit3cc471e429675e82fcc37c6efa2c5e880d811b84 (patch)
tree17c9be76f4d68bb6837367dbc79474375773f4c7 /src/mesa/tnl/t_vb_vertex.c
parentca0b0899d8cc20f3e918839e044c55f9a19e9ffe (diff)
tnl: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/tnl/t_vb_vertex.c')
-rw-r--r--src/mesa/tnl/t_vb_vertex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_vertex.c b/src/mesa/tnl/t_vb_vertex.c
index a2753425633..453479227b7 100644
--- a/src/mesa/tnl/t_vb_vertex.c
+++ b/src/mesa/tnl/t_vb_vertex.c
@@ -28,7 +28,6 @@
#include "main/glheader.h"
#include "main/colormac.h"
-#include "main/context.h"
#include "main/macros.h"
#include "main/imports.h"
#include "main/mtypes.h"