Remove more unused #includes.

Obtained from: Bruce.
This commit is contained in:
Philippe Charnier 1998-01-07 07:55:26 +00:00
parent fcccc2999a
commit 7f6c4bf07d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32313

View file

@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: spppcontrol.c,v 1.2 1998/01/05 07:23:02 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -40,9 +40,7 @@ static const char rcsid[] =
#include <net/if_sppp.h>
#include <err.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sysexits.h>
#include <unistd.h>