diff options
author | 2015-11-24 13:37:16 +0000 | |
---|---|---|
committer | 2015-11-24 13:37:16 +0000 | |
commit | c8d41900430392fa0adaa08c071cbe303832752f (patch) | |
tree | 4f89fb959b1facf367123863d09a3e93d2781157 /sys/net/pf_ioctl.c | |
parent | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. (diff) | |
download | wireguard-openbsd-c8d41900430392fa0adaa08c071cbe303832752f.tar.xz wireguard-openbsd-c8d41900430392fa0adaa08c071cbe303832752f.zip |
No need for <net/if_types.h>
As a bonus this removes a "#if NCARP > 0", say yeah!
Diffstat (limited to 'sys/net/pf_ioctl.c')
-rw-r--r-- | sys/net/pf_ioctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf_ioctl.c b/sys/net/pf_ioctl.c index 5db63705beb..af262870907 100644 --- a/sys/net/pf_ioctl.c +++ b/sys/net/pf_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_ioctl.c,v 1.293 2015/11/23 15:53:35 mpi Exp $ */ +/* $OpenBSD: pf_ioctl.c,v 1.294 2015/11/24 13:37:16 mpi Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -57,7 +57,6 @@ #include <net/if.h> #include <net/if_var.h> -#include <net/if_types.h> #include <net/route.h> #include <net/hfsc.h> |