From 1b3fc8ab4960a1e6cb8d614953f2ba252155ade0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 23 Oct 2016 18:05:48 +0300 Subject: [PATCH] ; 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. --- src/gmalloc.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5