From d110378226ddf6faaff186c6652c763955afa2c8 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 30 Jan 1994 01:11:36 +0000 Subject: [PATCH] Just playing include-cop. --- sys/arch/mac68k/dev/nubus.c | 10 +++++----- sys/arch/mac68k/nubus/nubus.c | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/arch/mac68k/dev/nubus.c b/sys/arch/mac68k/dev/nubus.c index 9125fdfc7738..ae4b73c141b4 100644 --- a/sys/arch/mac68k/dev/nubus.c +++ b/sys/arch/mac68k/dev/nubus.c @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: nubus.c,v 1.3 1993/12/21 03:18:00 briggs Exp $ + * $Id: nubus.c,v 1.4 1994/01/30 01:11:36 briggs Exp $ * */ @@ -38,11 +38,11 @@ MF 8-24-93 first hack at a real nubus driver */ -#include "sys/param.h" -#include "sys/systm.h" -#include "../include/cpu.h" +#include +#include +#include -#include "sys/device.h" +#include #include "nubus.h" diff --git a/sys/arch/mac68k/nubus/nubus.c b/sys/arch/mac68k/nubus/nubus.c index 9125fdfc7738..ae4b73c141b4 100644 --- a/sys/arch/mac68k/nubus/nubus.c +++ b/sys/arch/mac68k/nubus/nubus.c @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: nubus.c,v 1.3 1993/12/21 03:18:00 briggs Exp $ + * $Id: nubus.c,v 1.4 1994/01/30 01:11:36 briggs Exp $ * */ @@ -38,11 +38,11 @@ MF 8-24-93 first hack at a real nubus driver */ -#include "sys/param.h" -#include "sys/systm.h" -#include "../include/cpu.h" +#include +#include +#include -#include "sys/device.h" +#include #include "nubus.h"