]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: Remove include of linux specific version.h
authorDonald Sharp <sharpd@nvidia.com>
Fri, 10 Feb 2023 13:31:56 +0000 (08:31 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 10 Feb 2023 14:07:47 +0000 (09:07 -0500)
We apparently do not use it and looking at what this
file actually includes, we should not be including this
at all.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/zebra.h

index b2f5e5a848cc9a5bbde37ecd912407930a378eee..8b3aa80fd0d07060931517b1b77d4474a482a36a 100644 (file)
 #include <endian.h>
 #endif
 
-/* machine dependent includes */
-#ifdef HAVE_LINUX_VERSION_H
-#include <linux/version.h>
-#endif /* HAVE_LINUX_VERSION_H */
-
 #ifdef HAVE_ASM_TYPES_H
 #include <asm/types.h>
 #endif /* HAVE_ASM_TYPES_H */