summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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