From: Harlan Stenn Date: Fri, 3 Jul 2015 09:30:02 +0000 (+0000) Subject: libntp/emalloc.c: Remove explicit include of stdint.h. Harlan Stenn. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df93c5347e3632eb1dc6cc2dfedfcf42f63707f;p=thirdparty%2Fntp.git libntp/emalloc.c: Remove explicit include of stdint.h. Harlan Stenn. bk: 5596561atr1rwgF3eJjPo197qtIg5A --- diff --git a/ChangeLog b/ChangeLog index feb47a14c..7f44baea8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * [Bug 2864] 4.2.8p3 fails to compile on Windows. Juergen Perlinger * [Bug 2867] ntpd with autokey active crashed by 'ntpq -crv'. J.Perlinger +* libntp/emalloc.c: Remove explicit include of stdint.h. Harlan Stenn. --- (4.2.8p3) 2015/06/29 Released by Harlan Stenn diff --git a/libntp/emalloc.c b/libntp/emalloc.c index 95d293f1c..8b7ef990c 100644 --- a/libntp/emalloc.c +++ b/libntp/emalloc.c @@ -76,8 +76,6 @@ ereallocz( * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include - /* * This is sqrt(SIZE_MAX+1), as s1*s2 <= SIZE_MAX * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW