1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

remove unused #include, add $FreeBSD$

This commit is contained in:
Poul-Henning Kamp 1999-10-11 19:14:37 +00:00
parent 66bd4eb7cf
commit 56b5b87171
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52135

View File

@ -31,6 +31,8 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $FreeBSD$
*/
/*
@ -126,7 +128,6 @@
#include <sys/device.h>
#endif
#include <sys/sockio.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/proc.h>