From: Vinson Lee Date: Wed, 11 Aug 2010 01:05:52 +0000 (-0700) Subject: swrast: Remove unnecessary header. X-Git-Tag: 062012170305~10836 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc732bf894f58fd1533709ac60d3af4c80bd01b0;p=profile%2Fivi%2Fmesa.git swrast: Remove unnecessary header. --- diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c index ed637ca..f952fd6 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"