Mesa (master): i965g: Remove unnecessary headers.
Vinson Lee
vlee at kemper.freedesktop.org
Fri Feb 5 23:39:57 PST 2010
Module: Mesa
Branch: master
Commit: 4e907e8bd65ab7c1259f5feb56573f59972584a7
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e907e8bd65ab7c1259f5feb56573f59972584a7
Author: Vinson Lee <vlee at vmware.com>
Date: Fri Feb 5 23:39:34 2010 -0800
i965g: Remove unnecessary headers.
---
src/gallium/drivers/i965/brw_pipe_shader.c | 1 -
src/gallium/drivers/i965/brw_wm.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/i965/brw_pipe_shader.c b/src/gallium/drivers/i965/brw_pipe_shader.c
index c2b1839..fe445b9 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 fdf820a..5164c90 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"
More information about the mesa-commit
mailing list