From: Emil Velikov Date: Thu, 16 Mar 2017 15:47:45 +0000 (+0000) Subject: mesa: more unused linux/version.h include X-Git-Tag: upstream/17.1.0~1142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=559ca99ce143bc20fadadb1df286680d60ed3ab2;p=platform%2Fupstream%2Fmesa.git mesa: more unused linux/version.h include The header provides the LINUX_VERSION_CODE and KERNEL_VERSION macros. With neither of which being used by any part of mesa. Signed-off-by: Emil Velikov --- diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index 1c86405..5cf919f 100644 --- a/src/mesa/x86/common_x86.c +++ b/src/mesa/x86/common_x86.c @@ -35,9 +35,6 @@ */ /* XXX these includes should probably go into imports.h or glheader.h */ -#if defined(USE_SSE_ASM) && defined(__linux__) -#include -#endif #if defined(USE_SSE_ASM) && defined(__FreeBSD__) #include #include