summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-12 19:49:19 -0800
committerVinson Lee <vlee@vmware.com>2010-01-12 19:49:19 -0800
commita24d852630a39be1b9a062f17976e8ff8db1df8b (patch)
treebc1f35bf55ee58e7ff61810d17479ec3736dfe18 /src/mesa/tnl
parent264f4101cd52ad5b22a85f8f4709bd7b38b8d8e2 (diff)
tnl: Remove unnecessary header from t_rasterpos.c.
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_rasterpos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_rasterpos.c b/src/mesa/tnl/t_rasterpos.c
index 99b6787455..13b84a7d77 100644
--- a/src/mesa/tnl/t_rasterpos.c
+++ b/src/mesa/tnl/t_rasterpos.c
@@ -29,7 +29,6 @@
#include "main/feedback.h"
#include "main/light.h"
#include "main/macros.h"
-#include "main/rastpos.h"
#include "main/simple_list.h"
#include "main/mtypes.h"