i965g: Remove unnecessary headers.

This commit is contained in:
Vinson Lee 2010-01-27 15:54:21 -08:00
parent f7f59b50ce
commit 83e6ba564c
21 changed files with 0 additions and 24 deletions

View File

@ -32,7 +32,6 @@
#include "brw_context.h"
#include "brw_state.h"
#include "brw_defines.h"
static enum pipe_error prepare_cc_vp( struct brw_context *brw )

View File

@ -38,7 +38,6 @@
#include "brw_defines.h"
#include "brw_context.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_state.h"
#include "brw_pipe_rast.h"
#include "brw_clip.h"

View File

@ -33,7 +33,6 @@
#include "brw_defines.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_clip.h"

View File

@ -31,7 +31,6 @@
#include "brw_defines.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_clip.h"

View File

@ -31,7 +31,6 @@
#include "brw_defines.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_clip.h"
static void release_tmps( struct brw_clip_compile *c )

View File

@ -32,7 +32,6 @@
#include "brw_defines.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_clip.h"

View File

@ -34,7 +34,6 @@
#include "util/u_simple_list.h"
#include "brw_context.h"
#include "brw_defines.h"
#include "brw_draw.h"
#include "brw_state.h"
#include "brw_batchbuffer.h"

View File

@ -36,9 +36,7 @@
#include "brw_context.h"
#include "brw_defines.h"
#include "brw_state.h"
#include "brw_util.h"
#include "brw_debug.h"
#include "brw_screen.h"
/**

View File

@ -34,7 +34,6 @@
#include "brw_context.h"
#include "brw_state.h"
#include "brw_debug.h"
#include "brw_screen.h"
#include "brw_batchbuffer.h"

View File

@ -34,7 +34,6 @@
#include "brw_defines.h"
#include "brw_context.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_state.h"
#include "brw_gs.h"

View File

@ -35,7 +35,6 @@
#include "brw_defines.h"
#include "brw_context.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_gs.h"
static void brw_gs_alloc_regs( struct brw_gs_compile *c,

View File

@ -3,7 +3,6 @@
#include "pipe/p_state.h"
#include "brw_context.h"
#include "brw_debug.h"
/**
* called from intelDrawBuffer()

View File

@ -7,7 +7,6 @@
#include "brw_context.h"
#include "brw_defines.h"
#include "brw_debug.h"

View File

@ -36,7 +36,6 @@
#include "brw_context.h"
#include "brw_pipe_rast.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_sf.h"
#include "brw_state.h"

View File

@ -35,7 +35,6 @@
#include "brw_defines.h"
#include "brw_context.h"
#include "brw_eu.h"
#include "brw_util.h"
#include "brw_sf.h"

View File

@ -59,7 +59,6 @@
#include "brw_debug.h"
#include "brw_state.h"
#include "brw_batchbuffer.h"
/* XXX: Fixme - have to include these to get the sizes of the prog_key
* structs:

View File

@ -30,8 +30,6 @@
*/
#include "brw_util.h"
#include "brw_defines.h"

View File

@ -33,9 +33,7 @@
#include "brw_context.h"
#include "brw_vs.h"
#include "brw_util.h"
#include "brw_state.h"
#include "brw_pipe_rast.h"

View File

@ -31,7 +31,6 @@
#include "brw_context.h"
#include "brw_state.h"
#include "brw_defines.h"
#include "brw_winsys.h"
/* XXX: disabled true constant buffer functionality

View File

@ -41,7 +41,6 @@
#include "tgsi/tgsi_util.h"
#include "brw_wm.h"
#include "brw_util.h"
#include "brw_debug.h"

View File

@ -34,7 +34,6 @@
#include "brw_batchbuffer.h"
#include "brw_context.h"
#include "brw_state.h"
#include "brw_defines.h"
#include "brw_screen.h"