diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2023-03-09 18:04:21 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2023-03-09 18:04:21 +0000 |
| commit | 105a4f7b3cb65bc159d6a3fe0b2570c2f6475db5 (patch) | |
| tree | e08c81e40721341a87a1b8dd8c0b9f25ff6b3f41 /lib/libnetgraph/debug.c | |
| parent | af0cc0b22362153357d7b6783f64c4a11b1b03fe (diff) | |
Diffstat (limited to 'lib/libnetgraph/debug.c')
| -rw-r--r-- | lib/libnetgraph/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index 513d3350760d..d5c58ca73e6e 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$"); #include <netgraph/ng_UI.h> #include <netgraph/ng_async.h> -#include <netgraph/ng_atmllc.h> #include <netgraph/ng_bpf.h> #include <netgraph/ng_bridge.h> #include <netgraph/ng_car.h> @@ -133,7 +132,6 @@ struct ng_cookie { static const struct ng_cookie cookies[] = { COOKIE(UI), COOKIE(ASYNC), - COOKIE(ATMLLC), COOKIE(BPF), COOKIE(BRIDGE), COOKIE(CAR), |
