diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-04-15 18:42:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-04-15 18:42:24 +0000 |
commit | 63fd37bf3491d3927b23d366692e6b8c9dacf968 (patch) | |
tree | 91aab08bfeedbb1d3b650bdabe167ebd4dd4e9a1 /sys/arch | |
parent | 61bd5f08548164ac4b0c7c8274b1eda9e534d899 (diff) |
Oops, referenced an include file which I don't plan to commit yet.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/sgi/ip30_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/ip30_machdep.c b/sys/arch/sgi/sgi/ip30_machdep.c index f9a43f52c92..102cf5ed658 100644 --- a/sys/arch/sgi/sgi/ip30_machdep.c +++ b/sys/arch/sgi/sgi/ip30_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip30_machdep.c,v 1.4 2009/04/13 21:17:54 miod Exp $ */ +/* $OpenBSD: ip30_machdep.c,v 1.5 2009/04/15 18:42:23 miod Exp $ */ /* * Copyright (c) 2008 Miodrag Vallat. @@ -35,7 +35,6 @@ #include <uvm/uvm_extern.h> #include <sgi/sgi/ip30.h> -#include <sgi/xbow/widget.h> #include <sgi/xbow/xbow.h> #include <sgi/xbow/xbridgereg.h> |