diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-16 22:05:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-16 22:05:20 +0000 |
commit | 1daa13fcbe785db8b8d3cd5692f101af9a0ac6d2 (patch) | |
tree | 271a0dff70599c460727f7ac8b33bc574983c475 /sys/arch/hppa | |
parent | 8e9a920875130cd41a75cd004e200a248936e81b (diff) |
no need to include sys/conf.h w/ machine/conf.h; from David Krause
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/dev/mem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/mem.c b/sys/arch/hppa/dev/mem.c index 3e372bfa879..c63cb12d62f 100644 --- a/sys/arch/hppa/dev/mem.c +++ b/sys/arch/hppa/dev/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.11 2002/03/16 00:34:56 mickey Exp $ */ +/* $OpenBSD: mem.c,v 1.12 2002/03/16 22:05:19 mickey Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -78,7 +78,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/conf.h> #include <sys/malloc.h> #include <sys/proc.h> #include <sys/uio.h> |