summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-10 18:05:52 -0700
committerVinson Lee <vlee@vmware.com>2010-08-10 18:05:52 -0700
commitcc732bf894f58fd1533709ac60d3af4c80bd01b0 (patch)
treeeb26a7f349fac6602ddf11b2b12eb696f1143468 /src/mesa/swrast
parent61205f6189bfbd410f68c3bcfd645a4e29e03b4a (diff)
swrast: Remove unnecessary header.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_depth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c
index ed637cac12..f952fd6baa 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"