diff options
author | Vinson Lee <[email protected]> | 2010-01-14 22:27:13 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-14 22:27:13 -0800 |
commit | 644572a3723bc5167fb71f15e0bbfec3f999be9b (patch) | |
tree | cd8edf1cf6f388ed56e9785bdf8785dc4c04ca96 /src | |
parent | 4f8baf7dce47b1295292bf3d153d1e93ea83e6a1 (diff) |
st/mesa: Remove unnecessary headers from st_cb_texture.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/state_tracker/st_cb_texture.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_cb_texture.c b/src/mesa/state_tracker/st_cb_texture.c index cb9106c7de8..e9c30cb5de5 100644 --- a/src/mesa/state_tracker/st_cb_texture.c +++ b/src/mesa/state_tracker/st_cb_texture.c @@ -36,10 +36,8 @@ #include "main/imports.h" #include "main/macros.h" #include "main/mipmap.h" -#include "main/pixel.h" #include "main/texcompress.h" #include "main/texfetch.h" -#include "main/texformat.h" #include "main/texgetimage.h" #include "main/teximage.h" #include "main/texobj.h" |