diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2019-01-31 03:09:45 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-04-27 19:33:45 +0200 |
| commit | 798ac49d06b6619adb4c5ac765b092397bc50a6c (patch) | |
| tree | bb386ec0e20f0743728f46c74d96c68ae0a70d87 /tests/lib/cxxcompat.c | |
| parent | c971918aec0c86ecf934d87aee0a2af05ee9bd53 (diff) | |
lib: remove pqueue_*
All users of the pqueue_* implementations have been migrated to use
TYPEDSKIP_* skiplists. Remove.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/lib/cxxcompat.c')
| -rw-r--r-- | tests/lib/cxxcompat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/cxxcompat.c b/tests/lib/cxxcompat.c index d10962993d..b71361a23d 100644 --- a/tests/lib/cxxcompat.c +++ b/tests/lib/cxxcompat.c @@ -72,7 +72,6 @@ #include "lib/openbsd-tree.h" #include "lib/pbr.h" #include "lib/plist.h" -#include "lib/pqueue.h" #include "lib/prefix.h" #include "lib/privs.h" #include "lib/ptm_lib.h" |
