diff --git a/src/predicates.c b/src/predicates.c index 0a1a480..7f1c363 100644 --- a/src/predicates.c +++ b/src/predicates.c @@ -113,15 +113,6 @@ /* */ /*****************************************************************************/ -#include -#include -#include -#ifdef _MSC_VER -#include -#else -#include -#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, */