mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 14:00:16 +01:00
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 <emil.velikov@collabora.com>
This commit is contained in:
parent
84012262ea
commit
559ca99ce1
1 changed files with 0 additions and 3 deletions
|
|
@ -35,9 +35,6 @@
|
|||
*/
|
||||
|
||||
/* XXX these includes should probably go into imports.h or glheader.h */
|
||||
#if defined(USE_SSE_ASM) && defined(__linux__)
|
||||
#include <linux/version.h>
|
||||
#endif
|
||||
#if defined(USE_SSE_ASM) && defined(__FreeBSD__)
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue