Module: Mesa Branch: mesa_7_7_branch Commit: 419ae5a48339795d369a41d66312246b2e19f201 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=419ae5a48339795d369a41d66312246b2e19f201
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 19:10:05 2010 -0800 mesa: Remove unnecessary header from points.c. --- src/mesa/main/points.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/points.c b/src/mesa/main/points.c index dcaeccd..e743a2e 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
