summaryrefslogtreecommitdiff
path: root/src/mesa/x86
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-11 21:04:16 -0800
committerVinson Lee <vlee@vmware.com>2010-01-11 21:04:16 -0800
commit0d65a68f516ac38f5dad87041423f0891350b83a (patch)
tree41ae49b96d665bd3c337bfac39584366076293da /src/mesa/x86
parent8e9ceb8309f2527ab94c9e09a6c3f0013419b17f (diff)
x86: Remove unnecessary header from x86_xform.c.
Diffstat (limited to 'src/mesa/x86')
-rw-r--r--src/mesa/x86/x86_xform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/x86/x86_xform.c b/src/mesa/x86/x86_xform.c
index 52f6b25d81..c834e2b468 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"