aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32heap.c')
-rw-r--r--src/w32heap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index 285325e3f8b..39ff1017466 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -21,10 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21 Geoff Voelker (voelker@cs.washington.edu) 7-29-94 21 Geoff Voelker (voelker@cs.washington.edu) 7-29-94
22*/ 22*/
23 23
24#ifdef HAVE_CONFIG_H
25#include <config.h> 24#include <config.h>
26#endif
27
28#include <stdio.h> 25#include <stdio.h>
29#include <setjmp.h> 26#include <setjmp.h>
30 27
@@ -301,5 +298,3 @@ _heap_term (void)
301 298
302#endif 299#endif
303 300
304/* arch-tag: 9a6a9860-040d-422d-8905-450dd535cd9c
305 (do not change this comment) */