radeon: remove unneeded #include "util/simple_list.h"
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_mipmap_tree.c
index 28591cad895be7355c40da2f7d596c202f4720ef..19e62969e5c1cf0b22afe171b0bbf0231e8ffbee 100644 (file)
@@ -31,7 +31,6 @@
 #include <errno.h>
 #include <unistd.h>
 
-#include "util/simple_list.h"
 #include "main/teximage.h"
 #include "main/texobj.h"
 #include "main/enums.h"
@@ -276,7 +275,7 @@ static void calculate_min_max_lod(struct gl_sampler_object *samp, struct gl_text
        radeon_print(RADEON_TEXTURE, RADEON_TRACE,
                        "%s(%p) target %s, min %d, max %d.\n",
                        __func__, tObj,
-                       _mesa_lookup_enum_by_nr(tObj->Target),
+                       _mesa_enum_to_string(tObj->Target),
                        minLod, maxLod);
 
        /* save these values */