diff --git a/src/util/math.h b/src/util/math.h index 7def782f..d30f1b5b 100644 --- a/src/util/math.h +++ b/src/util/math.h @@ -10,10 +10,6 @@ * Ie. MIN(a+b, c+d) will do 3 additions... * Please prefer to use int_min() and int_max() if possible. */ -#ifdef HAVE_SYS_PARAM_H -#include /* MIN/MAX may be defined in this header. */ -#endif - /* FreeBSD needs this. */ #ifdef MIN #undef MIN