From c84d83a616162794571e4b6d5f33a0ff56240ffa Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 3 Feb 2000 03:20:03 +0000 Subject: [PATCH] nuke inclusion of compat.h --- sys/arch/hpcmips/stand/pbsdboot/platid.c | 1 - sys/arch/hpcmips/stand/pbsdboot/platid_mask.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/arch/hpcmips/stand/pbsdboot/platid.c b/sys/arch/hpcmips/stand/pbsdboot/platid.c index f8b07ff54d2e..9e6b033582fa 100644 --- a/sys/arch/hpcmips/stand/pbsdboot/platid.c +++ b/sys/arch/hpcmips/stand/pbsdboot/platid.c @@ -1,2 +1 @@ -#include "compat.h" #include "../../hpcmips/platid.c" diff --git a/sys/arch/hpcmips/stand/pbsdboot/platid_mask.c b/sys/arch/hpcmips/stand/pbsdboot/platid_mask.c index 1c3bdc818d63..e7622b628d4b 100644 --- a/sys/arch/hpcmips/stand/pbsdboot/platid_mask.c +++ b/sys/arch/hpcmips/stand/pbsdboot/platid_mask.c @@ -1,2 +1 @@ -#include "compat.h" #include "../../hpcmips/platid_mask.c"