diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-02-10 08:31:56 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-02-10 09:07:47 -0500 | 
| commit | 09339809a073db0a4e7a374a6403280537cf27e6 (patch) | |
| tree | 24d7f4b710913e74735bc984d3324482b6f671e3 /lib/zebra.h | |
| parent | e1f5ddd0b7ac21891964a1a1373c3aeda112a418 (diff) | |
lib: Remove include of linux specific version.h
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>
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index b2f5e5a848..8b3aa80fd0 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -75,11 +75,6 @@  #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 */  | 
