From: Vinson Lee Date: Tue, 12 Jan 2010 05:04:16 +0000 (-0800) Subject: x86: Remove unnecessary header from x86_xform.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d65a68f516ac38f5dad87041423f0891350b83a;p=mesa.git x86: Remove unnecessary header from x86_xform.c. --- diff --git a/src/mesa/x86/x86_xform.c b/src/mesa/x86/x86_xform.c index 52f6b25d817..c834e2b468b 100644 --- a/src/mesa/x86/x86_xform.c +++ b/src/mesa/x86/x86_xform.c @@ -30,7 +30,6 @@ #include "main/glheader.h" #include "main/context.h" #include "math/m_xform.h" -#include "tnl/t_context.h" #include "x86_xform.h" #include "common_x86_asm.h"