1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 21:13:52 -08:00

Remove assert.h

Copied from Perforce
 Change: 21406
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 2000-08-01 17:59:02 +01:00
parent 6f0b8a93e0
commit cd87fa6891

View file

@ -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 <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#ifdef MPS_OS_IA
struct itimerspec; /* stop complaints from time.h */
#endif