X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/98c6f1e36ff487925280fa0b0340af9d058632b5..fb39b937b0628f4592b07d0aa61a41cf696abd30:/src/doprnt.c diff --git a/src/doprnt.c b/src/doprnt.c index 63f05cb74e..caa56d6ae8 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -102,8 +102,6 @@ along with GNU Emacs. If not, see . */ #include #include -#include -#include #include #include #include @@ -115,10 +113,6 @@ along with GNU Emacs. If not, see . */ another macro. */ #include "character.h" -#ifndef DBL_MAX_10_EXP -#define DBL_MAX_10_EXP 308 /* IEEE double */ -#endif - /* Generate output from a format-spec FORMAT, terminated at position FORMAT_END. (*FORMAT_END is not part of the format, but must exist and be readable.)