Module: Mesa Branch: mesa_7_7_branch Commit: 56cd5806e89fea9598e296ce656dfe550bf2b96e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56cd5806e89fea9598e296ce656dfe550bf2b96e
Author: Vinson Lee <[email protected]> Date: Fri Jan 15 18:24:12 2010 -0800 st/mesa: Remove unnecessary header from st_cb_fbo.c. --- src/mesa/state_tracker/st_cb_fbo.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_fbo.c b/src/mesa/state_tracker/st_cb_fbo.c index 65ce12c..9cdff53 100644 --- a/src/mesa/state_tracker/st_cb_fbo.c +++ b/src/mesa/state_tracker/st_cb_fbo.c @@ -44,7 +44,6 @@ #include "pipe/p_screen.h" #include "st_context.h" #include "st_cb_fbo.h" -#include "st_cb_texture.h" #include "st_format.h" #include "st_public.h" #include "st_texture.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
