From e6aab60f7550f61e19a5ecee0861ca79f925af18 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 24 May 1991 18:36:03 +0000
Subject: [PATCH] Removed include of mach.h, as it's not needed (and non-mach
 sites don't have it).

---
 ldb/purify.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ldb/purify.c b/ldb/purify.c
index 98af0eab0..1aef5af6f 100644
--- a/ldb/purify.c
+++ b/ldb/purify.c
@@ -1,9 +1,7 @@
 /* Purify. */
 
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/purify.c,v 1.13 1991/03/24 23:20:11 wlott Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/purify.c,v 1.14 1991/05/24 18:36:03 wlott Exp $ */
 
-
-#include <mach.h>
 #include <stdio.h>
 
 #include "lisp.h"
-- 
GitLab