summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-10-23 18:05:48 +0300
committerEli Zaretskii <eliz@gnu.org>2016-10-23 18:05:48 +0300
commit1b3fc8ab4960a1e6cb8d614953f2ba252155ade0 (patch)
treec9e606383dc03b354592c106055b944e7d04b046 /src/gmalloc.c
parent9afea93ed536fb9110ac62b413604cf4c4302199 (diff)
downloademacs-1b3fc8ab4960a1e6cb8d614953f2ba252155ade0.tar.gz
emacs-1b3fc8ab4960a1e6cb8d614953f2ba252155ade0.tar.bz2
emacs-1b3fc8ab4960a1e6cb8d614953f2ba252155ade0.zip
; 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.
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r--src/gmalloc.c4
1 files changed, 0 insertions, 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 <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