summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>