Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa / drivers / dri / tdfx / tdfx_tex.h
index a3bcee4b6956d187a9491da146e1b4c7d99db2a0..a445935a018255c69478d8edaaa5d7698101793d 100644 (file)
@@ -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))