diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-12 21:51:19 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-12 21:51:19 -0800 |
commit | 7debc532d50cacc83fb63b7bd36a80bbe432e792 (patch) | |
tree | c4a9fd185c6576cb2b8e447aed8475062904cafb /src/mesa/swrast | |
parent | 11034bfa97d5991a2d8cd973ddfbb21935b53924 (diff) |
swrast: Remove unnecessary header from s_points.c.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_points.c | 1 |
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" |