diff options
author | bde <bde@FreeBSD.org> | 1998-02-20 13:11:54 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-02-20 13:11:54 +0000 |
commit | 9fca0723929264374d94aa58ebfe4ddba59c7267 (patch) | |
tree | 8c203aab3ab8001a31d8271bed512b844b73165e /sys/pci/if_fpa.c | |
parent | b41d85112c856e97e513157a2ba0f0711c04099d (diff) | |
download | FreeBSD-src-9fca0723929264374d94aa58ebfe4ddba59c7267.zip FreeBSD-src-9fca0723929264374d94aa58ebfe4ddba59c7267.tar.gz |
Removed unused #includes.
Diffstat (limited to 'sys/pci/if_fpa.c')
-rw-r--r-- | sys/pci/if_fpa.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/pci/if_fpa.c b/sys/pci/if_fpa.c index e2e45ad..8706f2a 100644 --- a/sys/pci/if_fpa.c +++ b/sys/pci/if_fpa.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_fpa.c,v 1.5 1998/01/08 23:42:26 eivind Exp $ + * $Id: if_fpa.c,v 1.6 1998/02/09 06:10:49 eivind Exp $ * */ @@ -31,8 +31,6 @@ * This module supports the DEC DEFPA PCI FDDI Controller */ -#include "opt_inet.h" - #include <sys/param.h> #include <sys/kernel.h> #include <sys/socket.h> @@ -42,11 +40,6 @@ #include <net/if.h> -#ifdef INET -#include <netinet/in.h> -#include <netinet/if_ether.h> -#endif - #if defined(__FreeBSD__) #include "fpa.h" #include <net/ethernet.h> |