summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx
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
parent65fdeaca6c1d61dd0297464f22f8073584eedc34 (diff)
Remove include of texutil.h to get build working.
Diffstat (limited to 'src/mesa/drivers/dri/tdfx')
-rw-r--r--src/mesa/drivers/dri/tdfx/tdfx_tex.c1
-rw-r--r--src/mesa/drivers/dri/tdfx/tdfx_tex.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/tdfx/tdfx_tex.c b/src/mesa/drivers/dri/tdfx/tdfx_tex.c
index 58e6cc480c..7c06373ebb 100644
--- a/src/mesa/drivers/dri/tdfx/tdfx_tex.c
+++ b/src/mesa/drivers/dri/tdfx/tdfx_tex.c
@@ -36,7 +36,6 @@
*/
#include "image.h"
-#include "texutil.h"
#include "texformat.h"
#include "teximage.h"
#include "texstore.h"
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))