Move include stdio.h to same place as in other files.
This commit is contained in:
parent
429e7e2d69
commit
5890e9f7ac
4 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue