intel: Remove include of texmem.h, since we haven't used it in ages.

This commit is contained in:
Eric Anholt 2010-08-10 22:21:59 -07:00
parent d19eecef54
commit c374487a54
4 changed files with 2 additions and 4 deletions

View file

@ -32,7 +32,7 @@
#include "brw_context.h"
#include "brw_wm.h"
#include "brw_state.h"
#include "main/formats.h"
/** Return number of src args for given instruction */
GLuint brw_wm_nr_args( GLuint opcode )

View file

@ -32,7 +32,6 @@
#include "main/mtypes.h"
#include "main/mm.h"
#include "texmem.h"
#include "dri_metaops.h"
#include "drm.h"
#include "intel_bufmgr.h"

View file

@ -30,6 +30,7 @@
#include "intel_regions.h"
#include "intel_tex_layout.h"
#include "main/enums.h"
#include "main/formats.h"
#define FILE_DEBUG_FLAG DEBUG_MIPTREE

View file

@ -31,8 +31,6 @@
#include "main/mtypes.h"
#include "main/formats.h"
#include "intel_context.h"
#include "texmem.h"
void intelInitTextureFuncs(struct dd_function_table *functions);