From 1213eb6cb4d9e29627b01350fe4e2ef0ad313713 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 12 Feb 2010 23:37:36 -0800 Subject: i965: Remove unnecessary headers. --- src/mesa/drivers/dri/i965/brw_state_cache.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mesa/drivers/dri/i965') diff --git a/src/mesa/drivers/dri/i965/brw_state_cache.c b/src/mesa/drivers/dri/i965/brw_state_cache.c index 5fc47b0420..1369d97e21 100644 --- a/src/mesa/drivers/dri/i965/brw_state_cache.c +++ b/src/mesa/drivers/dri/i965/brw_state_cache.c @@ -59,15 +59,7 @@ #include "main/imports.h" #include "brw_state.h" #include "intel_batchbuffer.h" - -/* XXX: Fixme - have to include these to get the sizes of the prog_key - * structs: - */ #include "brw_wm.h" -#include "brw_vs.h" -#include "brw_clip.h" -#include "brw_sf.h" -#include "brw_gs.h" static GLuint -- cgit v1.2.3