summaryrefslogtreecommitdiff
path: root/src/loader
diff options
context:
space:
mode:
authorLuc Ma <onion0709@gmail.com>2024-01-02 22:19:59 +0800
committerLuc Ma <onion0709@gmail.com>2024-01-03 08:06:01 +0000
commitb6d22358e4969c78f0a25e8446e841903bb43d3b (patch)
tree5b345bb3b2d4029cd1c3616e977248b9ccafb84a /src/loader
parent68a9b3cc6f26c755da584a645dd3a72bd61ea101 (diff)
loader: Remove a line of unused include
Signed-off-by: Luc Ma <luc@sietium.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26852>
Diffstat (limited to 'src/loader')
-rw-r--r--src/loader/loader_dri3_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/loader/loader_dri3_helper.c b/src/loader/loader_dri3_helper.c
index 2631a9e2fd5..dc1db4fa8be 100644
--- a/src/loader/loader_dri3_helper.c
+++ b/src/loader/loader_dri3_helper.c
@@ -2370,7 +2370,6 @@ loader_dri3_close_screen(__DRIscreen *dri_screen)
* Find a potentially new back buffer, and if it's not been allocated yet and
* in addition needs initializing, then try to allocate and initialize it.
*/
-#include <stdio.h>
static struct loader_dri3_buffer *
dri3_find_back_alloc(struct loader_dri3_drawable *draw)
{