diff options
author | 2007-01-07 15:14:32 +0000 | |
---|---|---|
committer | 2007-01-07 15:14:32 +0000 | |
commit | 2de04dc47819ab8824f89a8143eea088ccfe4dee (patch) | |
tree | eddbb4d8f4f287fcfc8283212cafdcb61d1d1635 | |
parent | Get rid of PROM font-related defines. (diff) | |
download | wireguard-openbsd-2de04dc47819ab8824f89a8143eea088ccfe4dee.tar.xz wireguard-openbsd-2de04dc47819ab8824f89a8143eea088ccfe4dee.zip |
Trim include files list.
-rw-r--r-- | sys/arch/hp300/hp300/autoconf.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/hp300/hp300/autoconf.c b/sys/arch/hp300/hp300/autoconf.c index 10314957658..21729c6d812 100644 --- a/sys/arch/hp300/hp300/autoconf.c +++ b/sys/arch/hp300/hp300/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.39 2006/11/28 16:56:50 dlg Exp $ */ +/* $OpenBSD: autoconf.c,v 1.40 2007/01/07 15:14:32 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.45 1999/04/10 17:31:02 kleink Exp $ */ /* @@ -95,13 +95,6 @@ #include <uvm/uvm_extern.h> -#include "sgc.h" - -#if NSGC > 0 -#include <hp300/dev/sgcreg.h> -#include <hp300/dev/sgcvar.h> -#endif - /* * The following several variables are related to * the configuration process, and are used in initializing |