summaryrefslogtreecommitdiff
path: root/src/w32heap.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-11-15 09:21:18 -0800
committerDan Nicolaescu <dann@ics.uci.edu>2010-11-15 09:21:18 -0800
commit42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa (patch)
tree1d49014c24458ef37c66eb75ced497cb3c45bdb6 /src/w32heap.c
parent678029433d360cf1e5a95de28168b69ed1c6f9a7 (diff)
Remove config.h include guards.
* src/w32proc.c: * src/w32inevt.c: * src/w32heap.c: * src/w32.c: Remove config.h include guards.
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 285325e3f8..39ff101746 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/>. */
Geoff Voelker (voelker@cs.washington.edu) 7-29-94
*/
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
-
#include <stdio.h>
#include <setjmp.h>
@@ -301,5 +298,3 @@ _heap_term (void)
#endif
-/* arch-tag: 9a6a9860-040d-422d-8905-450dd535cd9c
- (do not change this comment) */