mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 12:01:43 +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>
|
#include <endian.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_ASM_TYPES_H
|
|
||||||
#include <asm/types.h>
|
|
||||||
#endif /* HAVE_ASM_TYPES_H */
|
|
||||||
|
|
||||||
/* misc include group */
|
/* misc include group */
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user