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
This commit is contained in:
Joerg Wunsch 2001-12-27 22:40:01 +00:00
parent 39cb697c8c
commit 0a17ab83f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88559

View file

@ -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>