no need for libkern.h

This commit is contained in:
itojun 2002-05-28 12:21:22 +00:00
parent 78f4a66615
commit 2e926ba699
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: arc4random.c,v 1.1 2002/05/28 10:09:24 itojun Exp $ */
/* $NetBSD: arc4random.c,v 1.2 2002/05/28 12:21:22 itojun Exp $ */
/*-
* THE BEER-WARE LICENSE
@ -18,8 +18,6 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <lib/libkern/libkern.h>
#if NRND > 0
#include <dev/rnd.h>
#endif