summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_points.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-12 21:51:19 -0800
committerVinson Lee <vlee@vmware.com>2010-01-12 21:51:19 -0800
commit7debc532d50cacc83fb63b7bd36a80bbe432e792 (patch)
treec4a9fd185c6576cb2b8e447aed8475062904cafb /src/mesa/swrast/s_points.c
parent11034bfa97d5991a2d8cd973ddfbb21935b53924 (diff)
swrast: Remove unnecessary header from s_points.c.
Diffstat (limited to 'src/mesa/swrast/s_points.c')
-rw-r--r--src/mesa/swrast/s_points.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_points.c b/src/mesa/swrast/s_points.c
index 50ec2063a5..6b955429e9 100644
--- a/src/mesa/swrast/s_points.c
+++ b/src/mesa/swrast/s_points.c
@@ -27,7 +27,6 @@
#include "main/colormac.h"
#include "main/context.h"
#include "main/macros.h"
-#include "main/texstate.h"
#include "s_context.h"
#include "s_feedback.h"
#include "s_points.h"