Module: Mesa Branch: master Commit: 5d4d4b2134595c4ed8060d6d002a0cd54690c289 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d4d4b2134595c4ed8060d6d002a0cd54690c289
Author: Vinson Lee <[email protected]> Date: Mon Jun 14 17:50:15 2010 -0700 i965: Remove unnecessary header. --- src/mesa/drivers/dri/i965/gen6_viewport_state.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/i965/gen6_viewport_state.c b/src/mesa/drivers/dri/i965/gen6_viewport_state.c index 008b05a..301c68e 100644 --- a/src/mesa/drivers/dri/i965/gen6_viewport_state.c +++ b/src/mesa/drivers/dri/i965/gen6_viewport_state.c @@ -29,7 +29,6 @@ #include "brw_state.h" #include "brw_defines.h" #include "intel_batchbuffer.h" -#include "main/macros.h" /* The clip VP defines the guardband region where expensive clipping is skipped * and fragments are allowed to be generated and clipped out cheaply by the SF. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
