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 +- sys/dev/random/yarrow.c | 2 +- sys/dev/randomdev/randomdev.c | 2 +- sys/dev/randomdev/yarrow.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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; diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index 0324e4dc33a1..b54951b48a44 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); diff --git a/sys/dev/randomdev/randomdev.c b/sys/dev/randomdev/randomdev.c index badd7ca69839..1bea030b657f 100644 --- a/sys/dev/randomdev/randomdev.c +++ b/sys/dev/randomdev/randomdev.c @@ -44,7 +44,7 @@ #include #include -#include "dev/randomdev/yarrow.h" +#include static d_read_t randomread; static d_write_t randomwrite; diff --git a/sys/dev/randomdev/yarrow.c b/sys/dev/randomdev/yarrow.c index 0324e4dc33a1..b54951b48a44 100644 --- a/sys/dev/randomdev/yarrow.c +++ b/sys/dev/randomdev/yarrow.c @@ -39,7 +39,7 @@ #include #include -#include "dev/randomdev/yarrow.h" +#include void generator_gate(void); void reseed(void); -- cgit v1.3