aboutsummaryrefslogtreecommitdiff
path: root/sbin/spppcontrol
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-12-27 22:40:01 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-12-27 22:40:01 +0000
commit0a17ab83f981cd004f84133d3794a85078067dfd (patch)
tree144c9f23f0718a874e471736587295ba912588ed /sbin/spppcontrol
parent39cb697c8c8b3ec5e470cfa281c4eaaec4f002dc (diff)
downloadsrc-0a17ab83f981cd004f84133d3794a85078067dfd.tar.gz
src-0a17ab83f981cd004f84133d3794a85078067dfd.zip
Clean up half a dozen of header files that are no longer needed now that
we use struct sppp_parms instead of struct sppp for userland programs. MFC after: 1 month
Notes
Notes: svn path=/head/; revision=88559
Diffstat (limited to 'sbin/spppcontrol')
-rw-r--r--sbin/spppcontrol/spppcontrol.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c
index 111ac0d1994f..2d205709e28d 100644
--- a/sbin/spppcontrol/spppcontrol.c
+++ b/sbin/spppcontrol/spppcontrol.c
@@ -29,18 +29,11 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-#include <sys/param.h>
-#include <sys/callout.h>
+#include <sys/types.h>
#include <sys/ioctl.h>
-#include <sys/mbuf.h>
#include <sys/socket.h>
#include <net/if.h>
-#include <net/if_var.h>
-#include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
-#include <net/slcompress.h>
#include <net/if_sppp.h>
#include <err.h>