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:
parent
6f0b8a93e0
commit
cd87fa6891
1 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue