diff options
author | Vinson Lee <[email protected]> | 2010-08-10 18:05:52 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-10 18:05:52 -0700 |
commit | cc732bf894f58fd1533709ac60d3af4c80bd01b0 (patch) | |
tree | eb26a7f349fac6602ddf11b2b12eb696f1143468 /src/mesa/swrast/s_depth.c | |
parent | 61205f6189bfbd410f68c3bcfd645a4e29e03b4a (diff) |
swrast: Remove unnecessary header.
Diffstat (limited to 'src/mesa/swrast/s_depth.c')
-rw-r--r-- | src/mesa/swrast/s_depth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c index ed637cac124..f952fd6baa7 100644 --- a/src/mesa/swrast/s_depth.c +++ b/src/mesa/swrast/s_depth.c @@ -30,7 +30,6 @@ #include "main/imports.h" #include "s_depth.h" -#include "s_context.h" #include "s_span.h" |