Move include stdio.h to same place as in other files.

This commit is contained in:
Jan Djärv 2004-02-09 15:39:49 +00:00
parent 429e7e2d69
commit 5890e9f7ac
4 changed files with 6 additions and 6 deletions

View file

@ -19,13 +19,13 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <config.h>
#include <lisp.h>
#include <signal.h>
#include <stdio.h>
#include <lisp.h>
#include <syssignal.h>
#include <systime.h>
#include <blockinput.h>
#include <atimer.h>
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View file

@ -21,12 +21,12 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
#include "lisp.h"
#include "buffer.h"
#include "region-cache.h"
#include <stdio.h>
/* Data structures. */

View file

@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#endif
#include <signal.h>
#include <stdio.h>
#include <setjmp.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
@ -80,7 +81,6 @@ static int delete_exited_processes;
#undef fwrite
#endif
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>

View file

@ -192,6 +192,7 @@ Boston, MA 02111-1307, USA. */
used to fill in unspecified attributes of the default face. */
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
@ -261,7 +262,6 @@ Boston, MA 02111-1307, USA. */
#endif /* HAVE_X_WINDOWS */
#include <stdio.h>
#include <ctype.h>
#define abs(X) ((X) < 0 ? -(X) : (X))