From: Vinson Lee Date: Thu, 14 Jan 2010 06:36:01 +0000 (-0800) Subject: swrast: Remove unnecessary header from s_depth.c. X-Git-Tag: 062012170305~12852^2~1452^2~172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf061c24e041878368946fbcffa2906cfffd8b08;p=profile%2Fivi%2Fmesa.git swrast: Remove unnecessary header from s_depth.c. --- diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c index c37a54e..0b6bb7e 100644 --- a/src/mesa/swrast/s_depth.c +++ b/src/mesa/swrast/s_depth.c @@ -28,7 +28,6 @@ #include "main/formats.h" #include "main/macros.h" #include "main/imports.h" -#include "main/fbobject.h" #include "s_depth.h" #include "s_context.h"