From: Vinson Lee Date: Wed, 13 Jan 2010 04:14:36 +0000 (-0800) Subject: tnl: Remove unnecessary header from t_context.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c239f387091da9f81bbd315234a19d9b3e3ac694;p=mesa.git tnl: Remove unnecessary header from t_context.c. --- diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index db21b4589de..5a14e595a04 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"