lib: zebra.h does not need to include syslog.h

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-01-04 14:52:12 -05:00
parent 0b4ff79063
commit cbc187867c

View File

@ -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>