summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
diff options
context:
space:
mode:
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 33d424fe9af..6ca35ec5f15 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -35,10 +35,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
# include "lisp.h"
#endif