From: Vinson Lee Date: Wed, 13 Jan 2010 05:51:19 +0000 (-0800) Subject: swrast: Remove unnecessary header from s_points.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7debc532d50cacc83fb63b7bd36a80bbe432e792;p=mesa.git swrast: Remove unnecessary header from s_points.c. --- diff --git a/src/mesa/swrast/s_points.c b/src/mesa/swrast/s_points.c index 50ec2063a55..6b955429e94 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"