diff options
author | Vinson Lee <[email protected]> | 2010-01-14 18:10:06 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-14 18:10:06 -0800 |
commit | eaedc1bb3e651884a184f520bd81aa12c569c29b (patch) | |
tree | f446b680a896225c895b84b861053d610884ff2d | |
parent | 6890b0698254051f366e0083eee40ed42613c58c (diff) |
st/mesa: Remove unnecessary headers from st_framebuffer.c.
-rw-r--r-- | src/mesa/state_tracker/st_framebuffer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/state_tracker/st_framebuffer.c b/src/mesa/state_tracker/st_framebuffer.c index a5d1ae3b034..835142e3d41 100644 --- a/src/mesa/state_tracker/st_framebuffer.c +++ b/src/mesa/state_tracker/st_framebuffer.c @@ -30,15 +30,11 @@ #include "main/buffers.h" #include "main/context.h" #include "main/framebuffer.h" -#include "main/matrix.h" #include "main/renderbuffer.h" -#include "main/scissor.h" -#include "main/viewport.h" #include "st_context.h" #include "st_cb_fbo.h" #include "st_public.h" #include "pipe/p_defines.h" -#include "pipe/p_context.h" struct st_framebuffer * |