diff options
author | Vinson Lee <[email protected]> | 2010-02-25 23:51:05 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-25 23:51:05 -0800 |
commit | c76d4db25260dd68684bf784efacd7323c7cab8b (patch) | |
tree | 6077913aca0098f1f4e08cdc3e0b055b358947f3 /src/mesa/drivers/dri/i965/gen6_depthstencil.c | |
parent | bdbb5f8170f48713b741ad68c26464231a01ca7a (diff) |
i965: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen6_depthstencil.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen6_depthstencil.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/gen6_depthstencil.c b/src/mesa/drivers/dri/i965/gen6_depthstencil.c index 960927164c0..4924f0fd559 100644 --- a/src/mesa/drivers/dri/i965/gen6_depthstencil.c +++ b/src/mesa/drivers/dri/i965/gen6_depthstencil.c @@ -27,10 +27,6 @@ #include "brw_context.h" #include "brw_state.h" -#include "brw_defines.h" -#include "brw_util.h" -#include "main/macros.h" -#include "main/enums.h" struct brw_depth_stencil_state_key { GLenum depth_func; |