summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_tex.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-04-27 18:37:13 +0000
committerIan Romanick <idr@us.ibm.com>2004-04-27 18:37:13 +0000
commitd100dfbf27f4695fef039ed5de6ec4ee4c3023d3 (patch)
tree214af09f6f5fb39fbea18c8e754af73acfdb9453 /src/mesa/drivers/dri/tdfx/tdfx_tex.h
parent65fdeaca6c1d61dd0297464f22f8073584eedc34 (diff)
Remove include of texutil.h to get build working.
Diffstat (limited to 'src/mesa/drivers/dri/tdfx/tdfx_tex.h')
-rw-r--r--src/mesa/drivers/dri/tdfx/tdfx_tex.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/tdfx/tdfx_tex.h b/src/mesa/drivers/dri/tdfx/tdfx_tex.h
index a3bcee4b69..f536c25a2f 100644
--- a/src/mesa/drivers/dri/tdfx/tdfx_tex.h
+++ b/src/mesa/drivers/dri/tdfx/tdfx_tex.h
@@ -39,9 +39,6 @@
#define _TDFX_TEX_H_
-#include "texutil.h"
-
-
#define tdfxDDIsCompressedFormatMacro(internalFormat) \
(((internalFormat) == GL_COMPRESSED_RGB_FXT1_3DFX) || \
((internalFormat) == GL_COMPRESSED_RGBA_FXT1_3DFX))