X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fdrivers%2Fdri%2Ftdfx%2Ftdfx_tex.h;h=a445935a018255c69478d8edaaa5d7698101793d;hb=e7cb125b2d9e9c7b1ad89b988fa3bf53ead9eb0c;hp=a3bcee4b6956d187a9491da146e1b4c7d99db2a0;hpb=292615071a3867ab90dc7c444f72bcfadd2869f3;p=mesa.git diff --git a/src/mesa/drivers/dri/tdfx/tdfx_tex.h b/src/mesa/drivers/dri/tdfx/tdfx_tex.h index a3bcee4b695..a445935a018 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_tex.h +++ b/src/mesa/drivers/dri/tdfx/tdfx_tex.h @@ -23,7 +23,6 @@ * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -/* $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_tex.h,v 1.2 2002/02/22 21:45:04 dawes Exp $ */ /* * Original rewrite: @@ -39,9 +38,6 @@ #define _TDFX_TEX_H_ -#include "texutil.h" - - #define tdfxDDIsCompressedFormatMacro(internalFormat) \ (((internalFormat) == GL_COMPRESSED_RGB_FXT1_3DFX) || \ ((internalFormat) == GL_COMPRESSED_RGBA_FXT1_3DFX))