diff src/ntheap.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 41ff10fd062f
children c42ec1d1cded
line wrap: on
line diff
--- a/src/ntheap.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/ntheap.c	Mon Aug 13 10:28:48 2007 +0200
@@ -23,13 +23,12 @@
 /* Adapted for XEmacs by David Hobley <david@spook-le0.cia.com.au> */
 /* Synced with FSF Emacs 19.34.6 by Marc Paquette <marcpa@cam.org> */
 
-#include "config.h"
+#include <config.h>
+#include "lisp.h"  /* for VALMASK */
 
 #include <stdlib.h>
-#include <stdio.h>
 
 #include "ntheap.h"
-#include "lisp.h"  /* for VALMASK */
 
 /* This gives us the page size and the size of the allocation unit on NT.  */
 SYSTEM_INFO sysinfo_cache;