From 291b197f616d490cbeb6608683543da8119e21a5 Mon Sep 17 00:00:00 2001 From: markm 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/yarrow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/random/yarrow.c') diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index 0324e4d..b54951b 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -39,7 +39,7 @@ #include #include -#include "dev/randomdev/yarrow.h" +#include void generator_gate(void); void reseed(void); -- cgit v1.1