diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-08 22:13:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-08 22:13:25 +0000 |
commit | 5b92cae14980930e1a1d9ef789383ae87f970061 (patch) | |
tree | 8bbf842c609b4d20a753f80b6f68cd9d5d364b84 /sys | |
parent | 137c6fa952d72e61f07b3c51513a78630f358793 (diff) |
#include <arch/*> -> #include <*>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/hp300/leds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/leds.c b/sys/arch/hp300/hp300/leds.c index 5de4a8d1a1c..388d8dcee43 100644 --- a/sys/arch/hp300/hp300/leds.c +++ b/sys/arch/hp300/hp300/leds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: leds.c,v 1.7 2003/06/02 23:27:45 millert Exp $ */ +/* $OpenBSD: leds.c,v 1.8 2005/01/08 22:13:24 miod Exp $ */ /* $NetBSD: leds.c,v 1.1 1997/05/05 20:54:35 thorpej Exp $ */ /* @@ -43,7 +43,7 @@ #include <uvm/uvm_extern.h> -#include <arch/hp300/hp300/leds.h> +#include <hp300/hp300/leds.h> extern caddr_t ledbase; /* kva of LED page */ u_int8_t *ledaddr; /* actual address of LEDs */ |