From b6d22358e4969c78f0a25e8446e841903bb43d3b Mon Sep 17 00:00:00 2001 From: Luc Ma Date: Tue, 2 Jan 2024 22:19:59 +0800 Subject: [PATCH] loader: Remove a line of unused include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luc Ma Reviewed-by: Tapani Pälli Part-of: --- src/loader/loader_dri3_helper.c | 1 - 1 file changed, 1 deletion(-) 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 static struct loader_dri3_buffer * dri3_find_back_alloc(struct loader_dri3_drawable *draw) {