Skip to content

Commit

Permalink
Merge pull request #2 from hannobraun/wasm
Browse files Browse the repository at this point in the history
Remove unused `include`s to improve portability
  • Loading branch information
hporro authored Oct 20, 2022
2 parents 2af4784 + bf553db commit 2f80a51
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/predicates.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@
/* */
/*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#ifdef _MSC_VER
#include <time.h>
#else
#include <sys/time.h>
#endif

/* On some machines, the exact arithmetic routines might be defeated by the */
/* use of internal extended precision floating-point registers. Sometimes */
/* this problem can be fixed by defining certain values to be volatile, */
Expand Down

0 comments on commit 2f80a51

Please sign in to comment.