diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2011-11-05 09:20:37 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2011-11-05 09:20:37 +0000 |
commit | 20cde4e5e2b5314310b4a9be3dbca42719665373 (patch) | |
tree | a81f40241c5af66da56669fe62d972830f6f85a2 /usr.sbin/pppoe/pppoe.c | |
parent | 91364f1096aaeeb2adb943ec1379c657dedd4af4 (diff) |
Remove unnecessary #include's. From Michael W. Bombardieri.
No binary change.
Diffstat (limited to 'usr.sbin/pppoe/pppoe.c')
-rw-r--r-- | usr.sbin/pppoe/pppoe.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/pppoe/pppoe.c b/usr.sbin/pppoe/pppoe.c index 01eff2a4506..cb59379cee9 100644 --- a/usr.sbin/pppoe/pppoe.c +++ b/usr.sbin/pppoe/pppoe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pppoe.c,v 1.18 2011/04/30 18:47:48 nicm Exp $ */ +/* $OpenBSD: pppoe.c,v 1.19 2011/11/05 09:20:36 yasuoka Exp $ */ /* * Copyright (c) 2000 Network Security Technologies, Inc. http://www.netsec.net @@ -27,8 +27,6 @@ #include <stdio.h> #include <sys/types.h> -#include <sys/uio.h> -#include <sys/time.h> #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/wait.h> @@ -46,7 +44,6 @@ #include <pwd.h> #include <unistd.h> #include <sysexits.h> -#include <stdlib.h> #include <signal.h> #include <ifaddrs.h> |