diff --git a/src/factor.c b/src/factor.c index 38ae81184..843c58896 100644 --- a/src/factor.c +++ b/src/factor.c @@ -25,18 +25,6 @@ #include #define NDEBUG 1 -#ifdef HAVE_LIMITS_H -# include -#endif /* HAVE_LIMITS_H */ - -#ifndef UINT_MAX -# define UINT_MAX ((unsigned int) ~(unsigned int) 0) -#endif - -#ifndef INT_MAX -# define INT_MAX ((int) (UINT_MAX >> 1)) -#endif - #include "system.h" #include "long-options.h" #include "error.h"