r600: Remove unnecessary headers.

This commit is contained in:
Vinson Lee 2010-08-25 18:06:01 -07:00
parent d430aea8bc
commit fdf054a585
5 changed files with 0 additions and 8 deletions

View File

@ -31,7 +31,6 @@
#include "r600_context.h"
#include "r600_cmdbuf.h"
#include "evergreen_tex.h"
#include "evergreen_chip.h"
#include "evergreen_off.h"
#include "evergreen_diff.h"

View File

@ -29,7 +29,6 @@
#include "main/context.h"
#include "main/simple_list.h"
#include "main/imports.h"
#include "main/extensions.h"
#include "main/bufferobj.h"
#include "main/texobj.h"
@ -38,8 +37,6 @@
#include "evergreen_state.h"
#include "r600_blit.h"
#include "utils.h"
static void evergreen_get_lock(radeonContextPtr rmesa)
{
drm_radeon_sarea_t *sarea = rmesa->sarea;

View File

@ -44,8 +44,6 @@
#include "evergreen_vertprog.h"
#include "evergreen_fragprog.h"
#include "r700_debug.h"
void evergreen_insert_wpos_code(GLcontext *ctx, struct gl_fragment_program *fprog)
{
static const gl_state_index winstate[STATE_LENGTH]

View File

@ -51,7 +51,6 @@
#include "evergreen_state.h"
#include "evergreen_tex.h"
#include "evergreen_off.h"
#include "radeon_buffer_objects.h"
#include "radeon_common_context.h"

View File

@ -45,7 +45,6 @@
#include "r600_emit.h"
#include "program/programopt.h"
#include "r700_debug.h"
#include "evergreen_vertprog.h"
unsigned int evergreen_Map_Vertex_Output(r700_AssemblerBase *pAsm,