-/* $OpenBSD: npppd.c,v 1.43 2015/12/05 16:10:31 yasuoka Exp $ */
+/* $OpenBSD: npppd.c,v 1.44 2017/04/18 03:25:22 yasuoka Exp $ */
/*-
* Copyright (c) 2005-2008,2009 Internet Initiative Japan Inc.
* Next pppd(nppd). This file provides a npppd daemon process and operations
* for npppd instance.
* @author Yasuoka Masahiko
- * $Id: npppd.c,v 1.43 2015/12/05 16:10:31 yasuoka Exp $
+ * $Id: npppd.c,v 1.44 2017/04/18 03:25:22 yasuoka Exp $
*/
#include "version.h"
#include <sys/param.h> /* ALIGNED_POINTER */
#endif /* USE_NPPPD_PPPOE */
#include "psm-opt.h"
#include <sys/ioctl.h>
-#if defined(__NetBSD__)
-#include <net/if_ether.h>
-#else
-#include <netinet/if_ether.h>
-#endif
-#include <netinet/ip_var.h>
-#include <net/if_types.h>
#include <net/pipex.h>
#endif /* USE_NPPPD_PIPEX */