diff options
author | Vinson Lee <[email protected]> | 2010-01-14 18:53:51 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-14 18:53:51 -0800 |
commit | 53c6c384125726ad4e528d57272be95f197fb630 (patch) | |
tree | cdfda5a0cfd4c03625a0ceee2975c363bcae4a53 /src/mesa/state_tracker | |
parent | 604e9ec2c436b8bc595faf97db1a4f57fe5368f2 (diff) |
st/mesa: Remove unnecessary headers from st_context.c.
Diffstat (limited to 'src/mesa/state_tracker')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index d18a25ab514..6c463ca9398 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -27,11 +27,6 @@ #include "main/imports.h" #include "main/context.h" -#include "main/extensions.h" -#include "main/matrix.h" -#include "main/buffers.h" -#include "main/scissor.h" -#include "main/viewport.h" #include "vbo/vbo.h" #include "shader/shader_api.h" #include "glapi/glapi.h" @@ -68,7 +63,6 @@ #include "st_program.h" #include "pipe/p_context.h" #include "draw/draw_context.h" -#include "cso_cache/cso_cache.h" #include "cso_cache/cso_context.h" |