From 4cacd822d198d85848348ae85c08fb56f6525116 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 1 Oct 2010 06:56:33 -0700 Subject: Do not include stdlib.h and string.h, config.h does it. * src/xfont.c: * src/w32term.c: * src/w32reg.c: * src/w32inevt.c: * src/w32heap.c: * src/w32console.c: * src/w16select.c: * src/unexsol.c: * src/term.c: * src/sound.c: * src/scroll.c (m): * src/gtkutil.c: * src/font.c: * src/filelock.c: * src/fileio.c: * src/dosfns.c: * src/dbusbind.c: * src/bidi.c: * src/callproc.c: * src/process.c: * src/msdos.c: * src/charset.c: Do not include stdlib.h and string.h, config.h does it. * configure.in: Include stdlib.h and string.h unconditionally. --- src/config.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/config.in') diff --git a/src/config.in b/src/config.in index 43ebb756215..d5eaada59bb 100644 --- a/src/config.in +++ b/src/config.in @@ -1170,13 +1170,8 @@ SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ not define __STDC__ (e.g. DEC C by default) or may define it as zero. */ #undef PROTOTYPES -#ifdef HAVE_STRING_H #include -#endif - -#ifdef HAVE_STDLIB_H #include -#endif #ifdef HAVE_ALLOCA_H # include -- cgit v1.2.1