diff options
author | Vinson Lee <[email protected]> | 2010-01-15 18:24:12 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-15 18:24:12 -0800 |
commit | 56cd5806e89fea9598e296ce656dfe550bf2b96e (patch) | |
tree | aad9ce03f9ff8b1603a9d2ff9d6a9f8fd3bfb90d /src/mesa/state_tracker/st_cb_fbo.c | |
parent | a9f625543169e0919c507966889d82ecf9db4c5f (diff) |
st/mesa: Remove unnecessary header from st_cb_fbo.c.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_fbo.c')
-rw-r--r-- | 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 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" |