Module: Mesa Branch: mesa_7_7_branch Commit: 6deb8c9831c60ed5ae93966b5a37d1215b8682a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6deb8c9831c60ed5ae93966b5a37d1215b8682a4
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 21:34:25 2010 -0800 mesa: Remove unnecessary header from depthstencil.c. --- src/mesa/main/depthstencil.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/depthstencil.c b/src/mesa/main/depthstencil.c index 193c7f8..49946a6 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
