From af01a87b3d625fa88ad9c93b9ccf301e307fdcbb Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 10 Feb 2023 08:35:44 -0500 Subject: [PATCH] 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 --- lib/zebra.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/zebra.h b/lib/zebra.h index 8b3aa80fd0..7347cddf9c 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -75,10 +75,6 @@ #include #endif -#ifdef HAVE_ASM_TYPES_H -#include -#endif /* HAVE_ASM_TYPES_H */ - /* misc include group */ #include