Module: Mesa Branch: main Commit: d7b09092d44fa66cd4262eade44163826092ebf7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7b09092d44fa66cd4262eade44163826092ebf7
Author: Yonggang Luo <[email protected]> Date: Thu Nov 3 22:44:44 2022 +0800 mesa: Remove out-dated comment in common_x86.c Follow up: 8e3696137f2 ("remove final imports.h and imports.c bits") Signed-off-by: Yonggang Luo <[email protected]> Acked-by: Brian Paul [email protected] Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19472> --- 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 <[email protected]> */ -/* XXX these includes should probably go into imports.h or glheader.h */ #if defined(USE_SSE_ASM) && defined(__FreeBSD__) #include <sys/types.h> #include <sys/sysctl.h>
