]> code.delx.au - gnu-emacs/commitdiff
Move include stdio.h to same place as in other files.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 9 Feb 2004 15:39:49 +0000 (15:39 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 9 Feb 2004 15:39:49 +0000 (15:39 +0000)
src/atimer.c
src/region-cache.c
src/sysdep.c
src/xfaces.c

index 6b0e077788668c40f57c4e0d562bb5db71f9fb48..2ddc7427f5619fbcb09dc6521ecebb83b3307789 100644 (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>
index fc9d3f98de0f59a99734199f7674ab21daecc915..251382a5a0e95fc5eddb3de81274f4ed75ae8406 100644 (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>
-
 \f
 /* Data structures.  */
 
index 64fdbe8f8c9923405f5f8b28a921184ab70df2ad..96f857432a833df1c072915f2eb72d25406e7410 100644 (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>
index bb95b1494fee9548c628cd7f4399a71f0f929bec..d8034c1d5d7625857ba7242f83f8db3bd6fbca4c 100644 (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))