From: Vinson Lee Date: Tue, 19 Jan 2010 03:10:05 +0000 (-0800) Subject: mesa: Remove unnecessary header from points.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=419ae5a48339795d369a41d66312246b2e19f201;p=mesa.git mesa: Remove unnecessary header from points.c. --- diff --git a/src/mesa/main/points.c b/src/mesa/main/points.c index dcaeccd90d4..e743a2e6bdb 100644 --- a/src/mesa/main/points.c +++ b/src/mesa/main/points.c @@ -32,7 +32,6 @@ #include "context.h" #include "macros.h" #include "points.h" -#include "texstate.h" #include "mtypes.h"