It has not been needed since commit 130464448 (maint: use Gnulib libgmp
module, 2020-07-07).
* src/expr.c: Don't include xstrtol.h.
---
src/expr.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/expr.c b/src/expr.c
index 7f797a559..94522b264 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -39,7 +39,6 @@
#include "long-options.h"
#include "mcel.h"
#include "strnumcmp.h"
-#include "xstrtol.h"
/* Various parts of this code assume size_t fits into unsigned long
int, the widest unsigned type that GMP supports. */
--
2.54.0