comparison src/font.c @ 110683:55c8c3ca3d48

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 01 Oct 2010 06:56:33 -0700
parents fda36a325177
children b8fde5ef9e14
comparison
equal deleted inserted replaced
110682:ba6a1c230532 110683:55c8c3ca3d48
19 You should have received a copy of the GNU General Public License 19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 20 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21 21
22 #include <config.h> 22 #include <config.h>
23 #include <stdio.h> 23 #include <stdio.h>
24 #include <stdlib.h>
25 #include <ctype.h> 24 #include <ctype.h>
26 #include <setjmp.h> 25 #include <setjmp.h>
27 26
28 #include "lisp.h" 27 #include "lisp.h"
29 #include "buffer.h" 28 #include "buffer.h"