From 4e907e8bd65ab7c1259f5feb56573f59972584a7 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 5 Feb 2010 23:39:34 -0800 Subject: [PATCH] i965g: Remove unnecessary headers. --- src/gallium/drivers/i965/brw_pipe_shader.c | 1 - src/gallium/drivers/i965/brw_wm.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/gallium/drivers/i965/brw_pipe_shader.c b/src/gallium/drivers/i965/brw_pipe_shader.c index c2b18391103..fe445b9982e 100644 --- a/src/gallium/drivers/i965/brw_pipe_shader.c +++ b/src/gallium/drivers/i965/brw_pipe_shader.c @@ -36,7 +36,6 @@ #include "tgsi/tgsi_scan.h" #include "brw_context.h" -#include "brw_util.h" #include "brw_wm.h" diff --git a/src/gallium/drivers/i965/brw_wm.c b/src/gallium/drivers/i965/brw_wm.c index fdf820a9aae..5164c90ed60 100644 --- a/src/gallium/drivers/i965/brw_wm.c +++ b/src/gallium/drivers/i965/brw_wm.c @@ -32,7 +32,6 @@ #include "brw_context.h" #include "brw_screen.h" -#include "brw_util.h" #include "brw_wm.h" #include "brw_state.h" #include "brw_debug.h" -- 2.30.2