From d4262fb0dd2fa97d07f808cf3ab38ea47edf5bd3 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 26 Jun 2000 12:14:20 +0000 Subject: style(9) fixes from BDE. We shouldn't use '#include ""', rather '#include<>'. --- sys/dev/random/randomdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/random/randomdev.c') diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index badd7ca69839..1bea030b657f 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -44,7 +44,7 @@ #include #include -#include "dev/randomdev/yarrow.h" +#include static d_read_t randomread; static d_write_t randomwrite; -- cgit v1.3