From: Eli Zaretskii Date: Sun, 23 Oct 2016 15:05:48 +0000 (+0300) Subject: ; Remove redundant code in gmalloc.c X-Git-Tag: emacs-25.1.90~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b3fc8a;p=emacs.git ; Remove redundant code in gmalloc.c * src/gmalloc.c [WINDOWSNT]: Remove MS-Windows only inclusion of w32heap.h, as the MS-Windows build no longer uses gmalloc.c. --- diff --git a/src/gmalloc.c b/src/gmalloc.c index 00b83641319..d2762d74e53 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -39,10 +39,6 @@ License along with this library. If not, see . #include #endif -#ifdef WINDOWSNT -#include /* for sbrk */ -#endif - #ifdef emacs extern void emacs_abort (void); #endif