diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 13:37:17 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 13:37:17 +0000 |
commit | 37a6daf2960b4307d7f92853384985b2f9725837 (patch) | |
tree | 5228ae05258a3c75bf023752e75f2b5becc7cd13 /sys/net/pf_ioctl.c | |
parent | b238270dddbb603abdcb5fae288b7375b2f740d2 (diff) |
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> |