aboutsummaryrefslogtreecommitdiffstats
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/>.
35#include <pthread.h> 35#include <pthread.h>
36#endif 36#endif
37 37
38#ifdef WINDOWSNT
39#include <w32heap.h> /* for sbrk */
40#endif
41
42#ifdef emacs 38#ifdef emacs
43# include "lisp.h" 39# include "lisp.h"
44#endif 40#endif