]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove redundant code in gmalloc.c
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Oct 2016 15:05:48 +0000 (18:05 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 23 Oct 2016 15:05:48 +0000 (18:05 +0300)
* 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

index 00b836413196e90a3aeb8b24b37a73585c3a1cfa..d2762d74e53008fb819d672d2bd613eb81d2c855 100644 (file)
@@ -39,10 +39,6 @@ License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 #include <pthread.h>
 #endif
 
-#ifdef WINDOWSNT
-#include <w32heap.h>   /* for sbrk */
-#endif
-
 #ifdef emacs
 extern void emacs_abort (void);
 #endif