summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-11-15 20:59:04 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-11-15 20:59:04 +0000
commit2f60357340da0acfa9d5bcd18b1e49f2a1d46761 (patch)
tree1bf3744f2e25503a5f8ce75940a0683fc938c376 /sys/dev
parentcdf893c82de47c89e39f0b6f6b5bd22eccfc1664 (diff)
Remove a duplicate #include.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_ax.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ax.c b/sys/dev/pci/if_ax.c
index 04db437731c..f077cc053cd 100644
--- a/sys/dev/pci/if_ax.c
+++ b/sys/dev/pci/if_ax.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ax.c,v 1.4 1999/09/27 17:50:03 aaron Exp $ */
+/* $OpenBSD: if_ax.c,v 1.5 1999/11/15 20:59:03 aaron Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -62,7 +62,6 @@
#include <sys/errno.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
-#include <sys/socket.h>
#include <net/if.h>
#include <net/if_dl.h>