summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2004-04-27 18:37:13 +0000
committerIan Romanick <[email protected]>2004-04-27 18:37:13 +0000
commitd100dfbf27f4695fef039ed5de6ec4ee4c3023d3 (patch)
tree214af09f6f5fb39fbea18c8e754af73acfdb9453 /src/mesa/drivers/dri/r200
parent65fdeaca6c1d61dd0297464f22f8073584eedc34 (diff)
Remove include of texutil.h to get build working.
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r--src/mesa/drivers/dri/r200/r200_pixel.c1
-rw-r--r--src/mesa/drivers/dri/r200/r200_tex.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_pixel.c b/src/mesa/drivers/dri/r200/r200_pixel.c
index 76e619903f1..e2edbfbf5c1 100644
--- a/src/mesa/drivers/dri/r200/r200_pixel.c
+++ b/src/mesa/drivers/dri/r200/r200_pixel.c
@@ -36,7 +36,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "enums.h"
#include "mtypes.h"
#include "macros.h"
-#include "texutil.h"
#include "swrast/swrast.h"
#include "r200_context.h"
diff --git a/src/mesa/drivers/dri/r200/r200_tex.c b/src/mesa/drivers/dri/r200/r200_tex.c
index 6ce143dacea..e778e75b49b 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"