winsys/radeon: remove unused simple_list.h

It's not used, so let's not include it.

Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15418>
This commit is contained in:
Dylan Baker 2022-02-16 14:25:07 -08:00
parent fbece25a45
commit 36a9655d50
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include "util/u_hash_table.h"
#include "util/u_memory.h"
#include "util/simple_list.h"
#include "os/os_thread.h"
#include "os/os_mman.h"
#include "util/os_time.h"