Mesa (main): winsys/radeon: remove unused simple_list.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 22 17:20:44 UTC 2022


Module: Mesa
Branch: main
Commit: 36a9655d501f85b9e5002784e4fad71d3f3f8e8c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36a9655d501f85b9e5002784e4fad71d3f3f8e8c

Author: Dylan Baker <dylan.c.baker at intel.com>
Date:   Wed Feb 16 14:25:07 2022 -0800

winsys/radeon: remove unused simple_list.h

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

Reviewed-by: Jason Ekstrand <jason.ekstrand at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15418>

---

 src/gallium/winsys/radeon/drm/radeon_drm_bo.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
index cd3ce253900..a85b44179b5 100644
--- a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
+++ b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
@@ -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"



More information about the mesa-commit mailing list