summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_tex.c
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/r200/r200_tex.c
parent65fdeaca6c1d61dd0297464f22f8073584eedc34 (diff)
Remove include of texutil.h to get build working.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_tex.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_tex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_tex.c b/src/mesa/drivers/dri/r200/r200_tex.c
index 6ce143dace..e778e75b49 100644
--- a/src/mesa/drivers/dri/r200/r200_tex.c
+++ b/src/mesa/drivers/dri/r200/r200_tex.c
@@ -41,7 +41,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "simple_list.h"
#include "texformat.h"
#include "texstore.h"
-#include "texutil.h"
#include "texmem.h"
#include "teximage.h"
#include "texobj.h"