diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-24 19:14:09 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 22:56:41 +0200 |
commit | 364fed6b074a702f21e190cb7aff33e13c65e808 (patch) | |
tree | 5af486911acf99960cc4dc79bb0e4d281936fd97 /zebra/zebra_ns.c | |
parent | bgpd: remove duplicate log_ref_add() (diff) | |
download | frr-364fed6b074a702f21e190cb7aff33e13c65e808.tar.xz frr-364fed6b074a702f21e190cb7aff33e13c65e808.zip |
zebra: fix includes
Add and remove error related includes as necessary.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_ns.c')
-rw-r--r-- | zebra/zebra_ns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_ns.c b/zebra/zebra_ns.c index 456253cc3..aedb7c949 100644 --- a/zebra/zebra_ns.c +++ b/zebra/zebra_ns.c @@ -26,7 +26,6 @@ #include "lib/logicalrouter.h" #include "lib/prefix.h" #include "lib/memory.h" -#include "lib/lib_errors.h" #include "rtadv.h" #include "zebra_ns.h" |