diff options
author | David Lamparter <equinox@diac24.net> | 2021-03-27 22:47:28 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2021-10-19 14:58:51 +0200 |
commit | 6a596158597801569134b8d8d1a7d1ee66b72f85 (patch) | |
tree | 38522d3c25db11751517fa722fcd1bd03655318a /nhrpd/nhrpd.h | |
parent | nhrpd: convert zbuf queue to DLIST (diff) | |
download | frr-6a596158597801569134b8d8d1a7d1ee66b72f85.tar.xz frr-6a596158597801569134b8d8d1a7d1ee66b72f85.zip |
nhrpd: drop list.h
`number_of_linked_lists_in_frr--;`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'nhrpd/nhrpd.h')
-rw-r--r-- | nhrpd/nhrpd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index c73f51d40..63f1cb97e 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -10,8 +10,6 @@ #ifndef NHRPD_H #define NHRPD_H -#include "list.h" - #include "zbuf.h" #include "zclient.h" #include "debug.h" |