remove #includes of tgsi_attribs.h

This commit is contained in:
Brian 2007-09-20 13:58:12 -06:00
parent 674d013069
commit c231a9d020
7 changed files with 2 additions and 8 deletions

View file

@ -33,11 +33,11 @@
#ifndef DRAW_VERTEX_H
#define DRAW_VERTEX_H
#include "pipe/tgsi/exec/tgsi_attribs.h"
#if 0
#define MAX_VERT_ATTRIBS 12 /* OK? */
#endif
struct draw_context;

View file

@ -34,7 +34,6 @@
#include "pipe/p_util.h"
#include "pipe/p_defines.h"
#include "pipe/tgsi/exec/tgsi_attribs.h"
#include "sp_context.h"
#include "sp_headers.h"

View file

@ -33,7 +33,6 @@
#include "sp_context.h"
#include "sp_state.h"
#include "pipe/tgsi/exec/tgsi_attribs.h"
#include "pipe/tgsi/exec/tgsi_token.h"

View file

@ -1,6 +1,5 @@
#include "tgsi_platform.h"
#include "tgsi_mesa.h"
#include "pipe/tgsi/exec/tgsi_attribs.h"
#include "pipe/tgsi/mesa/mesa_to_tgsi.h"
#define TGSI_DEBUG 0

View file

@ -54,7 +54,6 @@
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_winsys.h"
#include "pipe/tgsi/exec/tgsi_attribs.h"
#include "vf/vf.h"
#include "pipe/draw/draw_context.h"

View file

@ -44,7 +44,6 @@
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_winsys.h"
#include "pipe/tgsi/exec/tgsi_attribs.h"
#include "shader/prog_instruction.h"
#include "vf/vf.h"

View file

@ -47,7 +47,6 @@
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_winsys.h"
#include "pipe/tgsi/exec/tgsi_attribs.h"
#include "pipe/draw/draw_private.h"
#include "pipe/draw/draw_context.h"