From: Vinson Lee Date: Sat, 16 Jan 2010 02:24:12 +0000 (-0800) Subject: st/mesa: Remove unnecessary header from st_cb_fbo.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56cd5806e89fea9598e296ce656dfe550bf2b96e;p=mesa.git st/mesa: Remove unnecessary header from st_cb_fbo.c. --- diff --git a/src/mesa/state_tracker/st_cb_fbo.c b/src/mesa/state_tracker/st_cb_fbo.c index 65ce12ccd4f..9cdff5354b4 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"