comparison src/xfaces.c @ 53901:d85f8f2e71f7

Move include stdio.h to same place as in other files.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 09 Feb 2004 15:39:49 +0000
parents 605475ba45e3
children b87089cc7e4c 03a73693678e
comparison
equal deleted inserted replaced
53900:5d607f751ba3 53901:d85f8f2e71f7
190 When redisplay happens the first time for a newly created frame, 190 When redisplay happens the first time for a newly created frame,
191 basic faces are realized for CHARSET_ASCII. Frame parameters are 191 basic faces are realized for CHARSET_ASCII. Frame parameters are
192 used to fill in unspecified attributes of the default face. */ 192 used to fill in unspecified attributes of the default face. */
193 193
194 #include <config.h> 194 #include <config.h>
195 #include <stdio.h>
195 #include <sys/types.h> 196 #include <sys/types.h>
196 #include <sys/stat.h> 197 #include <sys/stat.h>
197 198
198 #include "lisp.h" 199 #include "lisp.h"
199 #include "charset.h" 200 #include "charset.h"
259 #include <X11/Xos.h> 260 #include <X11/Xos.h>
260 #endif /* not XOS_NEEDS_TIME_H */ 261 #endif /* not XOS_NEEDS_TIME_H */
261 262
262 #endif /* HAVE_X_WINDOWS */ 263 #endif /* HAVE_X_WINDOWS */
263 264
264 #include <stdio.h>
265 #include <ctype.h> 265 #include <ctype.h>
266 266
267 #define abs(X) ((X) < 0 ? -(X) : (X)) 267 #define abs(X) ((X) < 0 ? -(X) : (X))
268 268
269 /* Number of pt per inch (from the TeXbook). */ 269 /* Number of pt per inch (from the TeXbook). */