X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fstrtonum.c;h=db4ab5952fab6deb4ceb4dd799f16090b1279bde;hb=f17e4350dcf0c033891e52b30b0c32a4a4fed5e0;hp=1d6cd1cd29ae6476df62b3719a4943b8f0bcab9c;hpb=a1fdee4766b969fd0786e3286ce878a2a1142bbd;p=libucw.git diff --git a/ucw/strtonum.c b/ucw/strtonum.c index 1d6cd1cd..db4ab595 100644 --- a/ucw/strtonum.c +++ b/ucw/strtonum.c @@ -7,10 +7,10 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/string.h" -#include "ucw/chartype.h" -#include "ucw/strtonum.h" +#include +#include +#include +#include static uns detect_base(const char **pp, const uns flags) { @@ -100,8 +100,8 @@ static inline uns get_digit(const uns c) #define STN_TYPE uns #define STN_SUFFIX uns -#include "ucw/strtonum-gen.h" +#include #define STN_TYPE uintmax_t #define STN_SUFFIX uintmax -#include "ucw/strtonum-gen.h" +#include