summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_shader.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-02-05 23:39:34 -0800
committerVinson Lee <vlee@vmware.com>2010-02-05 23:39:34 -0800
commit4e907e8bd65ab7c1259f5feb56573f59972584a7 (patch)
tree9ad6719fb2f95517e8f481cf9f5ae807e4a7eb59 /src/gallium/drivers/i965/brw_pipe_shader.c
parent8a985a988be8146b716e39a866daf74928e5c8ac (diff)
i965g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/i965/brw_pipe_shader.c')
-rw-r--r--src/gallium/drivers/i965/brw_pipe_shader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_pipe_shader.c b/src/gallium/drivers/i965/brw_pipe_shader.c
index c2b1839110..fe445b9982 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"