aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route/nhop_ctl.c
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2020-06-01 20:40:40 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2020-06-01 20:40:40 +0000
commite7403d0230f21b9edcc3f64c877a1d619049483e (patch)
tree3ef6904b67e313609be9bec95bb53317d51beada /sys/net/route/nhop_ctl.c
parent79674562b8883beff69f81cc9163044f8c029474 (diff)
downloadsrc-e7403d0230f21b9edcc3f64c877a1d619049483e.tar.gz
src-e7403d0230f21b9edcc3f64c877a1d619049483e.zip
Revert r361704, it accidentally committed merged D25067 and D25070.
Notes
Notes: svn path=/head/; revision=361705
Diffstat (limited to 'sys/net/route/nhop_ctl.c')
-rw-r--r--sys/net/route/nhop_ctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/route/nhop_ctl.c b/sys/net/route/nhop_ctl.c
index 2d74faa212ce..464d4cb05eab 100644
--- a/sys/net/route/nhop_ctl.c
+++ b/sys/net/route/nhop_ctl.c
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
#include <net/if_var.h>
#include <net/if_dl.h>
#include <net/route.h>
-#include <net/route/route_ctl.h>
#include <net/route/route_var.h>
#include <net/route/nhop_utils.h>
#include <net/route/nhop.h>