diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:52:12 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 15:34:22 -0500 |
| commit | cbc187867ce92be3a04320933cccc12ac22c1deb (patch) | |
| tree | b548f60a3c870e13787c1c887946c26814e64a32 /lib/zebra.h | |
| parent | 0b4ff790636b6c9fe15e861249a4ca59c4a3bd12 (diff) | |
lib: zebra.h does not need to include syslog.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 889e68a85c..68e326d0af 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -42,7 +42,6 @@ #ifdef HAVE_SYS_KSYM_H #include <sys/ksym.h> #endif /* HAVE_SYS_KSYM_H */ -#include <syslog.h> #include <sys/time.h> #include <time.h> #include <sys/utsname.h> |
