summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_swtcl.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-11-19 06:46:19 -0700
committerBrian Paul <[email protected]>2016-11-20 06:41:42 -0700
commita6e849c6729da29e0cf88b9b9ab18f35106a5e79 (patch)
treeafc937cc404ddff9cd7b2c71c8174974aa723014 /src/mesa/drivers/dri/radeon/radeon_swtcl.c
parent36678e97e4d8bc79545ec95f657370612a3283ff (diff)
radeon: remove unneeded #include "util/simple_list.h"
Compile tested only. Reviewed-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_swtcl.c')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_swtcl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_swtcl.c b/src/mesa/drivers/dri/radeon/radeon_swtcl.c
index adc146852ea..f2bc462e58a 100644
--- a/src/mesa/drivers/dri/radeon/radeon_swtcl.c
+++ b/src/mesa/drivers/dri/radeon/radeon_swtcl.c
@@ -37,7 +37,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "main/enums.h"
#include "main/imports.h"
#include "main/macros.h"
-#include "util/simple_list.h"
#include "math/m_xform.h"