summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>2000-09-07 00:05:27 +0000
committerbrian <brian@cvs.openbsd.org>2000-09-07 00:05:27 +0000
commit27c82df930a35b434040bbc912894e2d48779edb (patch)
tree1d4ac27d246215aa02d44169d5cb28732954c8c9
parent6d11dc12cc11c79c4a184728348334051103b9ee (diff)
Remove redundant includes
-rw-r--r--usr.sbin/ppp/ppp/defs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/ppp/ppp/defs.c b/usr.sbin/ppp/ppp/defs.c
index 022efc4fa17..e9ef8f1d656 100644
--- a/usr.sbin/ppp/ppp/defs.c
+++ b/usr.sbin/ppp/ppp/defs.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $OpenBSD: defs.c,v 1.16 2000/08/31 00:46:12 brian Exp $
+ * $OpenBSD: defs.c,v 1.17 2000/09/07 00:05:26 brian Exp $
*/
@@ -35,11 +35,6 @@
#include <ctype.h>
#include <errno.h>
-#ifdef __OpenBSD__
-#include <util.h>
-#else
-#include <libutil.h>
-#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>