From: Vinson Lee Date: Thu, 14 Jan 2010 06:36:01 +0000 (-0800) Subject: swrast: Remove unnecessary header from s_depth.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf061c24e041878368946fbcffa2906cfffd8b08;p=mesa.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 c37a54eb3eb..0b6bb7e3ec9 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"