diff options
author | Vinson Lee <[email protected]> | 2010-01-15 18:20:56 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-15 18:20:56 -0800 |
commit | a9f625543169e0919c507966889d82ecf9db4c5f (patch) | |
tree | 26b7695623a986792ecace4458a1fdb9c631a2f9 | |
parent | 2d2d8900485ac9f462fccdb0a817f7fc598b95f8 (diff) |
st/mesa: Remove unnecessary headers from st_cb_feedback.c.
-rw-r--r-- | src/mesa/state_tracker/st_cb_feedback.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/state_tracker/st_cb_feedback.c b/src/mesa/state_tracker/st_cb_feedback.c index 93f71452192..17261f8321b 100644 --- a/src/mesa/state_tracker/st_cb_feedback.c +++ b/src/mesa/state_tracker/st_cb_feedback.c @@ -45,14 +45,11 @@ #include "vbo/vbo.h" #include "st_context.h" -#include "st_atom.h" #include "st_draw.h" #include "st_cb_feedback.h" -#include "st_cb_bufferobjects.h" #include "pipe/p_context.h" #include "pipe/p_defines.h" -#include "cso_cache/cso_cache.h" #include "draw/draw_context.h" #include "draw/draw_pipe.h" |