From cd87fa6891d08cdf20a586591c1dc55257eb35f8 Mon Sep 17 00:00:00 2001 From: Pekka Pirinen Date: Tue, 1 Aug 2000 17:59:02 +0100 Subject: [PATCH] Remove assert.h Copied from Perforce Change: 21406 ServerID: perforce.ravenbrook.com --- mps/src/testlib.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mps/src/testlib.c b/mps/src/testlib.c index 7e8728a7fa9..c4f0b90e291 100644 --- a/mps/src/testlib.c +++ b/mps/src/testlib.c @@ -1,6 +1,6 @@ /* impl.c.testlib: TEST LIBRARY * - * $HopeName: MMsrc!testlib.c(trunk.18) $ + * $HopeName: MMsrc!testlib.c(trunk.19) $ * Copyright (C) 2000 Harlequin Limited. All rights reserved. * * .purpose: A library of functions that may be of use to unit tests. @@ -9,14 +9,8 @@ #include "testlib.h" #include "mps.h" #include "mpm.h" -#include "mpstd.h" -#ifdef MPS_OS_SU -#include "ossu.h" -#endif #include -#include #include -#include #ifdef MPS_OS_IA struct itimerspec; /* stop complaints from time.h */ #endif