From d7b09092d44fa66cd4262eade44163826092ebf7 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 3 Nov 2022 22:44:44 +0800 Subject: [PATCH] mesa: Remove out-dated comment in common_x86.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow up: 8e3696137f2 ("remove final imports.h and imports.c bits") Signed-off-by: Yonggang Luo Acked-by: Brian Paul brianp@vmware.com Reviewed-by: Marek Olšák Part-of: --- src/mesa/x86/common_x86.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index a237fc0c997..56c357b60df 100644 --- a/src/mesa/x86/common_x86.c +++ b/src/mesa/x86/common_x86.c @@ -34,7 +34,6 @@ * \author Andre Werthmann */ -/* XXX these includes should probably go into imports.h or glheader.h */ #if defined(USE_SSE_ASM) && defined(__FreeBSD__) #include #include