diff --git a/gl/lib/xdectoint.c b/gl/lib/xdectoint.c index 061a08c22..5b53bdf4f 100644 --- a/gl/lib/xdectoint.c +++ b/gl/lib/xdectoint.c @@ -24,9 +24,9 @@ #include #include -#include "error.h" -#include "quote.h" -#include "xstrtol.h" +#include +#include +#include /* Parse numeric string N_STR of base BASE, and return the value. Exit on parse error or if MIN or MAX are exceeded.