From: Vinson Lee Date: Sat, 6 Feb 2010 07:39:34 +0000 (-0800) Subject: i965g: Remove unnecessary headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e907e8bd65ab7c1259f5feb56573f59972584a7;p=mesa.git i965g: Remove unnecessary headers. --- 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"