From: Vinson Lee Date: Wed, 11 Aug 2010 01:05:52 +0000 (-0700) Subject: swrast: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc732bf894f58fd1533709ac60d3af4c80bd01b0;p=mesa.git swrast: Remove unnecessary header. --- 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"