From: Vinson Lee Date: Tue, 19 Jan 2010 05:34:25 +0000 (-0800) Subject: mesa: Remove unnecessary header from depthstencil.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6deb8c9831c60ed5ae93966b5a37d1215b8682a4;p=mesa.git mesa: Remove unnecessary header from depthstencil.c. --- diff --git a/src/mesa/main/depthstencil.c b/src/mesa/main/depthstencil.c index 193c7f8255f..49946a65062 100644 --- a/src/mesa/main/depthstencil.c +++ b/src/mesa/main/depthstencil.c @@ -25,7 +25,6 @@ #include "glheader.h" #include "imports.h" #include "context.h" -#include "fbobject.h" #include "formats.h" #include "mtypes.h" #include "depthstencil.h"