mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 16:17:38 +00:00
lib: Remove include of asm/types.h
We do not use this, nor should we. So let's remove it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
09339809a0
commit
af01a87b3d
@ -75,10 +75,6 @@
|
||||
#include <endian.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ASM_TYPES_H
|
||||
#include <asm/types.h>
|
||||
#endif /* HAVE_ASM_TYPES_H */
|
||||
|
||||
/* misc include group */
|
||||
#include <stdarg.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user